"Notification that a session was invalidated."
It's already invalidated, not always what you want :(
In servlet spec version 2.4 (proposed final draft 3) the javadoc comments for sessionDestroyed are now:
"Notification that a session is about to be invalidated."
Tomcat 4.x.x implements the former spec, Tomcat 5 will implement the 2.4 spec.
HTH,
Jon
Thorsten M�ller wrote:
Hi!
I want to implement an HttpSessionListener. When will the container (Tomcat 5) call the method "sessionDestroyed(HttpSessionEvent se)". Before or after the session was invalidated (destroyed)? I can't find any documentation about that detail anywhere.
Thorsten
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
