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
How to capture web sessions using Fiddler for troubleshooting purposes 324Number 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 Error: '103: Invalid Browser State. Either your browser does not support HTTP Cookies or you took too long to respond to t… 22Number of Views In RSA Identity Governance & Lifecycle 7.0.1, Review Reminder email sent out before configured period has elapsed 10Number of Views The Active Directory Account Data Collector does not have an option to collect Logon Hours in RSA Identity Governance & Li… 51Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Troubleshooting RSA MFA Agent for Microsoft Windows RSA Authentication Manager 8.9 Known Issues Troubleshooting AFX Connector issues in RSA Identity Governance & Lifecycle
Don't see what you're looking for?