DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8098>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8098 sessionDestroyed event results in Exception Summary: sessionDestroyed event results in Exception Product: Tomcat 4 Version: 4.0 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Servlet & JSP API AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When the sessionDestroyed method in the HttpSessionListener interface is called, due to session.invalidate, then it results in an exception, when trying to call getAttribute() on the session retrieved from the HttpSessionEvent parameter. I have not been able to find any information in the servlet spec 2.3 that says that the session should be illegal to use at the time when the sessionDestroyed event is called. So I guess that it is a bug. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>