Modifying the User Session Idle Time Limit

From TeamServer ER/Studio
Jump to: navigation, search

Go Up to Overview of Security

By default, after 30 minutes of user inactivity, Team Server ends user sessions.

To change this value:

  1. Open the web.xml file, inside the \tomcat\webapps\ROOT\WEB-INF\ directory within the installation folder.
  2. Change the integer value (in minutes) of the session-timeout:
<session-config>
    <session-timeout>30</session-timeout>
</session-config>

Your change has effect as soon as you restart Team Server.

See Also