Configure the Release Session
This topic outlines how to configure session timeout and session storage settings in Release.
Release timeout
In Release, you can configure the time that a user can remain logged in without using the GUI. After this timeout, the user will be logged out.
The timeout only applies during one browser session. If the user closes the browser, Release automatically logs the user out.
To configure the timeout:
- Open
<XL_RELEASE_SERVER_HOME>/conf/xl-release-server.conf
. - Locate the
client.session.timeout.minutes
setting. - Change it to the number of minutes Release should wait before logging the user out. The default value of
0
means that no timeout is configured. - Save the file.
- Restart the Release server.
important
If the client.session.timeout.minutes
value is set to 0
, and a user session is inactive for more than 30 days, it will be automatically purge from the session database if session storage is enabled.