which method gets called first listener.sessionDestroyed() or session.invalidate()

2003-08-14 Thread dutta_kaushik
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

Re: which method gets called first listener.sessionDestroyed() or session.invalidate()

2003-08-14 Thread Bill Barker
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