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
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
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