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!
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!