Increase session timeout for 360Suite
Process
Locate the web.xml file in the Tomcat server used by 360Suite.
By default, the location is: <Tomcat_installation>\conf\web.xml
In the example below, the session timeout value has been set to 60 minutes.
- <!-- ==================== Default Session Configuration ================= -->
- <!-- You can set the default session timeout (in minutes) for all newly -->
- <!-- created sessions by modifying the value below. -->
- <session-config>
- <session-timeout>60</session-timeout>
- </session-config>
Tip: Make a copy of the file before making updates to the original file if you need to have a backup.