Tomcat 5.5.12, HttpSessionBindingListener, valueUnbound problems - any workarounds?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nick Z

    Tomcat 5.5.12, HttpSessionBindingListener, valueUnbound problems - any workarounds?

    Hi all,

    In Tomcat 5.5.12 which was implemented using a different servlet standard,
    the HttpSessionBind ingListener loses all the session info once the session
    is stopped and its function [void valueUnbound(Ht tpSessionBindin gEvent
    event)] is called. I use the function to do some database cleanup after the
    session is terminated but I need the "session id". Even the "session id "of
    the terminated session is lost. Does anybody have a workaround that
    preserves the "session id"? Should I use a different kind of a listener?

    Thanks!



Working...