shjung 2 tahun lalu
induk
melakukan
a74139e872

+ 1 - 1
src/main/java/com/its/op/security/WebConstants.java

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

+ 1 - 1
src/main/resources/static/application/op/00.main/main.html

@@ -246,7 +246,7 @@
                 location.href = "/api/auth/logout.do";
             }
 
-            setInterval(keepAlive, 3000);
+            setInterval(keepAlive, 20000);
             keepAlive();
 
             function keepAlive(){