@@ -10,6 +10,6 @@ public interface WebConstants {
String LOGIN_USER = "loginUser";
int DEFAULT_SESSION_TIMEOUT = 1800; // 30분 = 1800 초
- int MAX_INACTIVE_SESSION_TIMEOUT = 30;
+ int MAX_INACTIVE_SESSION_TIMEOUT = 60;
}
@@ -246,7 +246,7 @@
location.href = "/api/auth/logout.do";
- setInterval(keepAlive, 3000);
+ setInterval(keepAlive, 20000);
keepAlive();
function keepAlive(){