Tomcat: Session Timeout
August 5th, 2010 by jeremychoneIn the Web.xml
<web-app>
<session-config>
<session-timeout>60</session-timeout>
</session-config>
...
</web-app>
In the Web.xml
<web-app>
<session-config>
<session-timeout>60</session-timeout>
</session-config>
...
</web-app>