将登录的超时时间改为3天
This commit is contained in:
@@ -209,5 +209,5 @@ public class BusinessConstants {
|
||||
* redis相关
|
||||
* */
|
||||
//session的生命周期,秒
|
||||
public static final Long MAX_SESSION_IN_SECONDS=60*60*24L;
|
||||
public static final Long MAX_SESSION_IN_SECONDS=60*60*24*3L;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user