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=4613>. 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=4613 Thread which extracts Session object obtained from HttpSessionBindingEvent & queries the session object hangs ------- Additional Comments From [EMAIL PROTECTED] 2001-11-03 21:15 ------- Most likely what is happening is that it is throwing an InvalidStateException due to the fact that the session has expired, and calls to getAttribute are no longer allowed. This is exactly what the 2.3 servlet spec specifies (it was unspecified in the 2.2 spec), so Remy (and Tomcat) are right. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>