Revert "세션 timeout 1시간으로 설정"

This reverts commit 7fef4dcb58.
This commit is contained in:
Rinjae
2026-02-02 17:01:28 +09:00
parent d9c1742da2
commit 48531085bd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<context-root>monitoring</context-root>
<session-descriptor>
<timeout-secs>3600</timeout-secs>
<timeout-secs>1800</timeout-secs>
<cookie-name>JSESSIONID_EMS</cookie-name>
<!-- <persistent-store-type>memory</persistent-store-type>-->
<persistent-store-type>replicated_if_clustered</persistent-store-type>
@@ -30,7 +30,7 @@ public class EmptyJsonResponseAdviceController implements ResponseBodyAdvice<Obj
@PostConstruct
public void init() {
logger.debug("========== EmptyJsonResponseAdviceController 로딩됨 ==========");
logger.info("========== EmptyJsonResponseAdviceController 로딩됨 ==========");
}
@Override