Some of the content described in this article is available in Navigator versions 10.4 and greater. See 10.4 Highlights for an overview of feature changes.
For Navigator
The Session timeout (sec.) value is defined on the Global Settings dialog. The default value is 600 seconds (10 minutes). If a user’s session has been idle for 10 minutes, the Extend Session dialog is displayed, and the user can either click Continue to extend the user session or Log Out to exit the application.
The related parameter tokenLongevity, set in the navigator.cfg file, needs to be at least 5 minutes longer than the sessionTimeout value. See Updating the Configuration File.
For Navigator Classic
The default timeout value is 30 minutes. Modify the timeout settings in the web.xml file located within the following two directories:
- [AP_HOME]/apache-tomcat/conf/web.xml
- [AP_HOME]/apache-tomcat/webapps/apodwmq/WEB-INF
Change the session-timeout as shown below to the required timeout value.
<session-config>
<session-timeout>90</session-timeout>
</session-config>