Increase session timeout for 360Suite

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.
  1. <!-- ==================== Default Session Configuration ================= -->
  2. <!-- You can set the default session timeout (in minutes) for all newly -->
  3. <!-- created sessions by modifying the value below. -->
  4. <session-config>
  5.         <session-timeout>60</session-timeout>
  6. </session-config>
Idea
Tip: Make a copy of the file before making updates to the original file if you need to have a backup.