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=3920>. 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=3920 HttpSessionBindingListener not working for session expiration [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [EMAIL PROTECTED] 2001-10-02 12:14 ------- A simple test webapp shows this working for me. valueUnbound is called for session expiration and session.invalidate(). If you set debug="1" on the Servlet22Interceptor you should see log messages that include the session related handling for calling valueUnbound. If you continue to have problems, please attach a simple web application that demonstrates the problem. At this point, I can't guess what you may be doing different to determine if the problem is in Tomcat or your webapp.