fix #2529 set maxAge to 30min
This commit is contained in:
parent
b07a8cbe9e
commit
9087e1b09c
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public class RoleQueryHelper {
|
|||
|
||||
protected boolean encryptedCookieValue = true;
|
||||
|
||||
protected long maxAge = 30 * 60 * 1000L; // msec
|
||||
protected long maxAge = 30 * 60; // sec
|
||||
|
||||
protected Map<String, String> cookieNameMap;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue