USER_SESSION_TIMEOUT
This option sets the period of inactivity in minutes after which the user is automatically logged out. It supports the following values:
Value | Description |
|---|---|
| Sets |
| Custom timeout value in minutes |
Example
CALL "SYSADMIN.setDefaultOptionValue"(
"opt" => 'USER_SESSION_TIMEOUT',
"val" => '20'
);;
USER_SESSION_TIMEOUT option is available since v25.3