Re: Problems with tomcat session timeout on linux

2006-10-28 Thread Oren Livne
for tomcat 5.5.20! Thanks so much, Oren Caldarale, Charles R wrote: From: Oren Livne [mailto:[EMAIL PROTECTED] Subject: Problems with tomcat session timeout on linux The problem: some times users log in and then close their browser window (at least I assume so), but tomcat never destroys their

RE: Problems with tomcat session timeout on linux

2006-10-27 Thread Caldarale, Charles R
> From: Oren Livne [mailto:[EMAIL PROTECTED] > Subject: Problems with tomcat session timeout on linux > > The problem: some times users log in and then close their > browser window (at least I assume so), but tomcat never > destroys their session. The session-timeout parameter

Re: Problems with tomcat session timeout on linux

2006-10-27 Thread EDMOND KEMOKAI
Well, I must admit, I run Ubuntu myself and I have noticed on a few occasions (after multiple netbeans builds) that the session doesn't get destroyed in a timely manner sometimes. So it is possible that there is an issue but it happens for me very rearly, I don't know whether this is an issue that

Re: Problems with tomcat session timeout on linux

2006-10-27 Thread Oren Livne
Hi Edmond, Thanks for your feedback. I am implementing a session listener and a session event with custom sessionCreated() and sessionDestroyed(). Indeed, I thought that the timeout is all I needed, but the point is ... that it doesn't work properly for me on linux. It does on windows. Thank

Re: Problems with tomcat session timeout on linux

2006-10-27 Thread EDMOND KEMOKAI
You may want to look into SessionListener/Session event Listener. I am not sure what the issue is with regards to the timeout, setting timeout to 30 means the session should expire in 30 minutes. The timeout is really all you should need as far as wanting to prevent idle sessions, after all that i

Problems with tomcat session timeout on linux

2006-10-27 Thread Oren Livne
Dear All: I'm running tomcat 5.5.20 on a redhat 8 linux server (Linux ruready.utah.edu 2.6.9-42.0.2.ELsmp #1 SMP Thu Aug 17 18:00:32 EDT 2006 i686 i686 i386 GNU/Linux). My web application manages its own session pool. Every time a user logs into the site, a session is created and stored in a