Re: session won't timeout

2010-10-04 Thread Jing Chen
you! Jing From: Rainer Jung To: Tomcat Users List Sent: Thu, September 30, 2010 2:16:53 AM Subject: Re: session won't timeout On 30.09.2010 07:13, Caldarale, Charles R wrote: >> From: Jing Chen [mailto:jin...@yahoo.com] >> Subject: Re: session won't timeou

Re: session won't timeout

2010-09-30 Thread Rainer Jung
On 30.09.2010 07:13, Caldarale, Charles R wrote: From: Jing Chen [mailto:jin...@yahoo.com] Subject: Re: session won't timeout The results are different - in one case, the session is destroyed after 30 minutes; but in another case, the session stay active. First, look in Tomcat's l

Re: session won't timeout

2010-09-30 Thread Wesley Acheson
ld be appropriate to this thread. On Thu, Sep 30, 2010 at 7:13 AM, Caldarale, Charles R wrote: >> From: Jing Chen [mailto:jin...@yahoo.com] >> Subject: Re: session won't timeout > >> The results are different - in one case, the session is >> destroyed after

RE: session won't timeout

2010-09-29 Thread Caldarale, Charles R
> From: Jing Chen [mailto:jin...@yahoo.com] > Subject: Re: session won't timeout > The results are different - in one case, the session is > destroyed after 30 minutes; but in another case, the > session stay active. First, look in Tomcat's logs to see if there&

Re: session won't timeout

2010-09-29 Thread Jing Chen
. Could this be related to browser setting? if so, what we can start to look into? thanks From: Rainer Jung To: Tomcat Users List Sent: Mon, September 27, 2010 11:42:56 AM Subject: Re: session won't timeout On 27.09.2010 20:16, Jing Chen wrote: > Hi,

RE: session won't timeout

2010-09-27 Thread Caldarale, Charles R
> From: Jing Chen [mailto:jin...@yahoo.com] > Subject: session won't timeout > For some reason, some user's session just won't timeout and > showing active in the system for days. The user has already > closed the browser. > What could be possible reasons f

Re: session won't timeout

2010-09-27 Thread Rainer Jung
On 27.09.2010 20:16, Jing Chen wrote: Hi, I have a web app running on JBoss. I have made sure the following: 1. /jbossweb-tomcat55.sar/conf/web.xml to set the session timeout as 30 minutes: 30 2. I am using sessionCreated/sessionDestroyed and valueBound/valueUnbound to monitor th

session won't timeout

2010-09-27 Thread Jing Chen
Hi, I have a web app running on JBoss. I have made sure the following: 1. /jbossweb-tomcat55.sar/conf/web.xml to set the session timeout as 30 minutes: 30 2. I am using sessionCreated/sessionDestroyed and valueBound/valueUnbound to monitor the active sessions in the system 3. there