Re: Tomcat 6 sessino timeout problem

2011-01-31 Thread Rhonny David
From: Rhonny David To: Tomcat Users List Sent: Thu, January 20, 2011 10:34:51 PM Subject: Re: Tomcat 6 sessino timeout problem When our application forces to terminate a user session explicitly,  then session listener logs print as follows: 12:16

Re: Tomcat 6 sessino timeout problem

2011-01-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 1/20/2011 5:02 AM, Rhonny David wrote: > 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 rand

Re: Tomcat 6 sessino timeout problem

2011-01-20 Thread Rhonny David
y 20, 2011 7:28:44 PM Subject: RE: Tomcat 6 sessino timeout problem > From: Rhonny David [mailto:rhonnyda...@yahoo.com] > Subject: Tomcat 6 sessino timeout problem > We are facing session termination problem in Tomcat 6.0.29. In web.xml of our > application, we have configured session

RE: Tomcat 6 sessino timeout problem

2011-01-20 Thread Caldarale, Charles R
> From: Rhonny David [mailto:rhonnyda...@yahoo.com] > Subject: Tomcat 6 sessino timeout problem > 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 t

Tomcat 6 sessino timeout problem

2011-01-20 Thread Rhonny David
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