Re: Destroyed sessions without timeout or logout

2011-07-21 Thread smarto
Thanks Rainer, yea, the stracktrace is helpful ;) it was my first thought, to call the stacktrace. But i withdraw it, because my guess was, that the events and there stacktrace are "decoupled". I didn't even try it ... bad mistake Best regards, Martin On 20.07.2011 18:35, smarto w

Re: Destroyed sessions without timeout or logout

2011-07-20 Thread Rainer Jung
On 20.07.2011 18:35, smarto wrote: > Hi, > > my SessionListener logs the creation and destruction of sessions. Then add logging the code stack and you will get an idea, where the invalidate originated. Something like log.info("Session destryoes"); changes to log.info("Session destroyed", new Thr

Destroyed sessions without timeout or logout

2011-07-20 Thread smarto
Hi, my SessionListener logs the creation and destruction of sessions. Recently and only sometimes it shows the destruction without any senseful reason: 0. Session timeout is set to 10 minutes. 1. The servlet doesn't call HttpSessions invalidate. 2. The logged inactivity interval is << 10 Minu