fix #2529 set maxAge to 30min

This commit is contained in:
Shinsuke Sugaya 2021-02-12 18:51:19 +09:00
parent 5b28be6fa8
commit a0b3d51d2b

View file

@ -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;