session配置永不过期,不删除在线会话信息

This commit is contained in:
RuoYi
2020-11-23 10:06:00 +08:00
parent 34445af291
commit 784cc3a10f
2 changed files with 5 additions and 1 deletions

View File

@ -195,7 +195,6 @@ public class FileUploadUtils
throw new InvalidExtensionException(allowedExtension, extension, fileName);
}
}
}
/**