ahh, wait. You are using tomcat 5 which implements servlet 2.4 and the javadocs for 2.4 says under sessionDestroyed() the following:
Notification that a session is **about to be** invalidated. They changed the tense on us!! :) ..Explains why your code is working just fine! Also gives me hope that in fcat others were stumped on this..! (is it time to go home yet??!) Geeta > -----Original Message----- > From: Jignesh Patel [mailto:[EMAIL PROTECTED] > Sent: Friday, July 30, 2004 8:04 PM > To: Struts Users Mailing List > Subject: Re: HttpSessionListener vs. HttpSessionBindingListener > > > Hi Geeta, > What I can say that check again your coding because we have > application > in place with Servlet2.3, tomcat5.0.19 and struts1.1. And in > sessionDestroyed method I am able to trap the attribute which are > associated with the session. > It just work fine for us. > > -Jignesh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]