Configure Session Timeout

When the Ennov InSight Viewing application remains idle for a certain length of time, the application session expires. You must then login to continue using the application.

By default, the idle time length before the session expires is 30 minutes.

To configure the session timeout:

  1. Stop the Apache Tomcat services.
  2. Locate the web.xml file.

    For Tomcat, you can find the web.xml file in the \I4V\WEB-INF subfolder of your Tomcat installation directory.

  3. Open the web.xml file in a text editor.
  4. Locate the section <session-config>, specify the time as necessary between <session-timeout> and </sessiontimeout>.

    By default, the time specified is 30 minutes.

  5. Save and close the file.
  6. Start the Apache Tomcat services.