|
@@ -10,6 +10,6 @@ public interface WebConstants {
|
|
String LOGIN_USER = "loginUser";
|
|
String LOGIN_USER = "loginUser";
|
|
|
|
|
|
int DEFAULT_SESSION_TIMEOUT = 1800; // 30분 = 1800 초
|
|
int DEFAULT_SESSION_TIMEOUT = 1800; // 30분 = 1800 초
|
|
- int MAX_INACTIVE_SESSION_TIMEOUT = 30;
|
|
|
|
|
|
+ int MAX_INACTIVE_SESSION_TIMEOUT = 60;
|
|
|
|
|
|
}
|
|
}
|