세션 타임아웃 30분 설정

This commit is contained in:
Rinjae
2025-12-01 13:12:16 +09:00
parent 4e83b03b5f
commit c37c0c6d86
4 changed files with 20 additions and 8 deletions
+14
View File
@@ -468,6 +468,20 @@ WebContent/
개발 시 SafeDB가 로컬에 설치되지 않은 경우 `-Dkjb_safedb.mode=fake`를 설정합니다.
### 세션 타임아웃 설정
웹 애플리케이션의 세션 타임아웃은 다음 파일에서 설정할 수 있습니다. 시간은 분 단위로 설정합니다.
- `WebContent/WEB-INF/web.xml`
- `WebContent/WEB-INF/weblogic-web.xml`
**예시 (30분으로 설정):**
```xml
<session-config>
<session-timeout>30</session-timeout>
</session-config>
```
## 배포
### 지원 서버