What is the default session timeout for web applications deployed on Tomcat5.5? Is it browser specific? In my web application, default timeout is mentioned neither in web.xml nor in code.
What is the default session timeout for web applications deployed on Tomcat5.5? Is it
Share
Define inside web.xml
Open
$CATALINA_BASE/conf/web.xmland find this:All webapps implicitly inherit from this default web descriptor. You can override these default settings via your webapp’s own
web.xmlfile.This is actually from my Tomcat 7 (Windows) but I think Tomcat 5.5’s configuration is not very different