Thanks David. I will give it a try.
-Original Message-
From: David Smith [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 09, 2006 11:24 AM
To: Tomcat Users List
Subject: Re: How to call beforeSessionDestroyed of SessionListener
There is also a lesser known interface
: Monday, August 07, 2006 2:23 PM
To: Tomcat Users List
Subject: RE: Re: How to call beforeSessionDestroyed of SessionListener
Hi Moises,
Actually I am not trying to call it. I am hoping as per servlet 2.4 spec
there is some mechanism of getting HttpSession before it is destroyed.
My sessionListener
Anyone with other suggestions ?
-Original Message-
From: Umesh Kudtarkar [mailto:[EMAIL PROTECTED]
Sent: Monday, August 07, 2006 2:23 PM
To: Tomcat Users List
Subject: RE: Re: How to call beforeSessionDestroyed of SessionListener
Hi Moises,
Actually I am not trying to call it. I am
PM
To: users@tomcat.apache.org
Subject: Re: How to call beforeSessionDestroyed of SessionListener
I am not sure what you are trying to do ... but you should never be
calling
this yourself - container callbacks are Tomcat's to call.
What you would do at app level is define an HttpSessionLis
I am not sure what you are trying to do ... but you should never be calling
this yourself - container callbacks are Tomcat's to call.
What you would do at app level is define an HttpSessionListener to be
called...
Moises
"Umesh Kudtarkar" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTEC