Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To set the duration of HTTP sessions modify CATALINA_BASE/conf/web.xml and change the session-timeout element to the number of minutes desired.  Tomcat's default is 30 minutes.

Code Block
languagexml
<session-config>
    <session-timeout>60<timeout>30</session-timeout>
</session-config>

...

Further Tomcat Configurations

...