- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Session Configuration
Session Timeout
You can configure a session timeout in the Webserver/Tomcat, which will automatically close the user session when it has been inactive for a certain time. The default time is 120 minutes. You can change this configuration by changing the "session-timeout" in the web.xml-file.
<session-config>
<session-timeout>120</session-timeout>
</session-config>
Was this article helpful?