Dear All,
We are facing session termination problem in Tomcat 6.0.29. In web.xml of our
application, we have configured session timeout as 60 minutes, but tomcat is
giving no respect to it, rather it randomly terminates user session. We have
implemented the HttpSessionListener and we have found in application logs that
session sessionDestroyed method is called by a background tomcat process for
the
session of user 333: See the logs sample:
12:20:26,921 INFO [ContainerBackgroundProcessor[StandardEngine[Catalina]]]
Log1:9 - SessionCounter | sessionDestroyed(HttpSessionEvent se) | Start
12:20:26,921 INFO [ContainerBackgroundProcessor[StandardEngine[Catalina]]]
Log1:9 - SessionCounter | sessionDestroyed(HttpSessionEvent se) | User Id 333
Further we are using jre 1.5.0_10. And the OS is Microsoft Windows Server 2003,
R2 , Standard Edition, Service Pack2.
Can anyone help to identify the problem?
Regards,
David