Skip to main content
Skip table of contents

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

NULL

Sets USER_SESSION_TIMEOUT to the default value of 15

Integer

Custom timeout value in minutes

Example

SQL
CALL "SYSADMIN.setDefaultOptionValue"(
    "opt" => 'USER_SESSION_TIMEOUT',
    "val" => '20'
);;

USER_SESSION_TIMEOUT option is available since v25.3

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.