Session Timeout
To determine how long an inactive user stays logged into the Test Data Manager, configure the session timeout.
The Test Data Manager logs a user out after a period of inactivity. You can alter the web.xml configuration file to change the amount of time that a user can remain inactive in the Test Data Manager.
The default session timeout is two minutes. The minimum is two minutes. Enter -1 to disable session timeout.
Configuring Session Timeout
Configure the Test Data Manager session timeout in the web.xml file.
1. Go to the TDM configuration directory:
<TDM Installation Directory>/TDM/configuration
2. Find the web configuration file:
web.xml
Back up the file before you make any changes.
3. Use a text editor to edit the web.xml file. To change the session timeout, find the session-timeout property.
The session-timeout property has a default of two minutes, as shown in the following example:
<session-config>
<session-timeout>2</session-timeout>
</session-config>
Change the session timeout to the amount of time in minutes that you want a user to remain inactive before the Test Data Manager logs out the user. Enter -1 to disable session timeout.
4. Save the web.xml file.
5. Restart the TDM Server.