RE: Re: How to call beforeSessionDestroyed of SessionListener

2006-08-09 Thread Umesh Kudtarkar
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

RE: Re: How to call beforeSessionDestroyed of SessionListener

2006-08-07 Thread Umesh Kudtarkar
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 class checks for some session attribute and updates some bits in database. In case of session timeout by the time sessionDest