...
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 | ||
---|---|---|
| ||
<session-config> <session-timeout>60<timeout>30</session-timeout> </session-config> |
...
Further Tomcat Configurations
...