> From: Thangavel Sankaranarayanan [mailto:[EMAIL PROTECTED]
> Subject: Session timeout problem in tomcat
>
> I need the sessiontimeout for 5 hours. I already set in by
> webapps/myapp/web.xml file as
Did you really put your web.xml file in that location? If so, it will be
igno
I have noticed that tomcat does not honor the session timeout of your
webapp. It does, however, honor the timeout in tomcathome/conf/web.xml. I
have seen this behaviour in Tomcat 6.0.16. I am not sure if newer versions
honor the settings of the webapp's web.xml.
On Fri, Oct 31, 2008 at 8:38 AM, Th
Hi All,
I need the sessiontimeout for 5 hours. I already set in by
webapps/myapp/web.xml file as
300
in tomcathome/conf/web.xml i can find the below config
30
Eventhough i have set session timeout of 300 minutes ,session is expiring
after 30 mins(the default sessiontimeout for tomcat)
Pl