세션 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> -->