Question
How can the session default timeout value be increased?
Answer
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>