---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- According to the description of HttpSession.invalidate(), it "causes the session to be immediately invalidated. All objects stored in the session are unbound". However, I have an object stored in my session, which implements HttpSessionBindingListener, and its method valueUnbound() does *not* get called (at least, not immediately?), when I call invalidate() on the session. (It is called immediately if I manually unbind the object using HttpSession.removeValue().) What's going on here? Thanks in advance, Solomon -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]