Tomcat Session Timeout

From MircWiki
Revision as of 14:39, 16 September 2009 by Johnperry (talk | contribs) (New page: In Tomcat 6.0 and later, there is a session-timeout element in the Tomcat/conf/web.xml file. The default value is 30 minutes. This is inconveniently short in some situations. It can be cha...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In Tomcat 6.0 and later, there is a session-timeout element in the Tomcat/conf/web.xml file. The default value is 30 minutes. This is inconveniently short in some situations. It can be changed by editing the file. The new value is immediately available for all newly created sessions.