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