Web page expired exactly after 1 hour from tomcat 5.5

Hi,

we have developed web application in sun javastudio creator and deploed on tomcat 5.5 also we have configured its session 180 (3 hrs.)in tomcat web.xml.

we are running some database procedures constantly.

The web page (jsp) exactly after 1 hour gets expired ,still tomat is running.

Please resolve , we are moving to production.

Please help us out

[388 byte] By [anikhindia] at [2007-11-27 6:06:03]
# 1
Did you modify the value in the TOMCAT/conf/web.xml file or in your application web.xml file
YousufHa at 2007-7-12 16:20:33 > top of Java-index,Development Tools,Java Tools...
# 2
In tomcat/conf/web.xml only i have set 180.In application web.xml there is no session config tag
anikhindia at 2007-7-12 16:20:33 > top of Java-index,Development Tools,Java Tools...
# 3
try adding the session timeout tag in the application web.xml and see if that works:<session-timeout>180</session-timeout>
YousufHa at 2007-7-12 16:20:33 > top of Java-index,Development Tools,Java Tools...