Antwort: RE: How to really destroy a Session

2004-04-16 Thread marc . baumgartner
I have tested some other cases: We have a SessionListener who sets a flag of the user to logout out, when there is a session invalidate. Now it seems that the session.invalidate() don't calls the listener in Tomcat 5.0. is this possible? Thanks, Marc

Re: Antwort: RE: How to really destroy a Session

2004-04-16 Thread Jacob Kjome
Quoting [EMAIL PROTECTED]: I have tested some other cases: We have a SessionListener who sets a flag of the user to logout out, when there is a session invalidate. Now it seems that the session.invalidate() don't calls the listener in Tomcat 5.0. is this possible? Thanks, Marc I