fix #2529 set maxAge to 30min
This commit is contained in:
parent
5b28be6fa8
commit
a0b3d51d2b
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