将登录的超时时间改为3天
This commit is contained in:
parent
a7b6ae677a
commit
9c7c9d1388
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user