Hi All,
I have written a Http Session Listener for logging
session termination event.
In my listener I am trying to get user related data by calling getSession() then
getAttribute() method. Here I am always getting an exception saying
IllegalStateException
: Session is already
invalidated.
Cou
st 09, 2003 3:45 AM
Subject: which method gets called first listener.sessionDestroyed() or
session.invalidate()
>
> Hi All,
>
> I have written a Http Session Listener for logging
> session termination event.
>
> In my listener I am trying to get user related data by calling
getS