세션 timeout 1시간으로 설정

This commit is contained in:
Rinjae
2025-12-15 15:40:13 +09:00
parent f832874e33
commit 7fef4dcb58
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>1800</timeout-secs>
<timeout-secs>3600</timeout-secs>
<cookie-name>JSESSIONID_EMS</cookie-name>
<persistent-store-type>memory</persistent-store-type>
<!-- <persistent-store-type>replicated_if_clustered</persistent-store-type> -->
@@ -28,7 +28,7 @@ public class EmptyJsonResponseAdviceController implements ResponseBodyAdvice<Obj
@PostConstruct
public void init() {
logger.info("========== EmptyJsonResponseAdviceController 로딩됨 ==========");
logger.debug("========== EmptyJsonResponseAdviceController 로딩됨 ==========");
}
@Override