How to set a session timeout when accessing the Admin Console to automatically log out the user after a certain period of time?
Originally Published: 2008-02-05
Article Number
Applies To
Apache Tomcat 5.5.x
Issue
User is not logged out automatically based on a session timeout short enough.
Resolution
Currently we have the ability to set a session timeout. This is a configurable value in the application server setup. The user is forced to log back into the admin console after that period of inactivity is reached.
To adjust the value in an application server like Tomcat, locate the [Tomcat_home]/conf/web.xml file and change the following value:
<session-config>
<session-timeout>30</session-timeout>
</session-config>
Notes
Related Articles
Immediate Action Recommended for Certain SSO Agent Deployments to Handle Google Chrome 80 Changes 9Number of Views How to prevent DLP Endpoint from monitoring certain files 76Number of Views Incorrect passcode under certain conditions from CA Siteminder to RSA Authentication Manager 8.x 61Number of Views Upgrade from Microsoft Windows 10 to Windows 11 fails with certain versions of the RSA MFA Agent for Windows installed 15Number of Views User delete operations take an excessive period of time to perform on excessively large static groups in RSA Access Manage… 23Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?