Set session time-out

You can set the session time-out for a erwin Mart Administrator using the session configuration file. The following procedure does not apply for setting session time-out for an erwin user from a client application.

Follow these steps:

  1. Navigate to the Mart Server installation folder.

    For a 32-bit Mart Server on a 32-bit operating system, go to:

    "C:\Program Files\erwin\Mart Server r9\Tomcat\conf"
    

    For a 32-bit Mart Server on a 64-bit operating system, go to:

    "C:\Program Files (x86)\erwin\Mart Server r9\Tomcat\conf"
    

    For a 64-bit Mart Server on a 64-bit operating system, go to:

    "C:\Program Files\erwin\Mart Server r9\Tomcat64\conf"
    
  2. Locate and open the web.xml file using a text editor such as Notepad.
  3. Change the timeout value between the <session-timeout> and </session-timeout> tags. The default timeout value is 30 minutes.

    Note: Do not modify values other than session timeout. Modifying other configuration values may result in undesirable session configuration settings.

  4. Save the XML file.
  5. Restart the web server.

    The updated session timeout value is applied from the next session.