fix #2529 set maxAge to 30min

This commit is contained in:
Shinsuke Sugaya 2021-02-12 18:51:19 +09:00
parent b07a8cbe9e
commit 9087e1b09c

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;