20220112 - 세션 타임 아웃 관리

APEX 관리자 서비스로 로그인하여 Manage Instance >> Security


1. 최대 세션 실행 길이(초단위) : 기본 28800

2. 최대 세션 휴지 길이(초단위) : 기본 3600

3. 세션 타임아웃 경고(초단위) : 기본 180



참고

https://docs.oracle.com/en/database/oracle/application-express/21.2/aeadm/configuiring-session-timeout.html

https://blog.cloudnueva.com/all-about-apex-timeouts

댓글 없음:

댓글 쓰기

20250315 - 글로벌 변수 Global Variables

G_USER Specifies the currently logged in user. G_FLOW_ID Specifies the ID of the currently running application. G_FLOW_STEP_ID Specifi...