How To: Extend InterWorx Session Timeout¶
By default, InterWorx sessions time out after 20 minutes if left idle. Server Administrators may customize this setting, via the CLI.
To Extend InterWorx Session Timeout¶
Log in to the server at the CLI as root, either via SSH or from the terminal
At the CLI, using a text editor, open
~iworx/iworx.ini. The following example uses the Vim text editor:vim ~iworx/iworx.ini
Under the
[session]heading, edit theidle_timeoutsetting. This setting is in seconds. By default, it is set to1200. Example:[session] idle_timeout="1200" life="0"
Save the file and exit the text editor