DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT[Replying on mailing list as Bugzilla is down.]
<http://issues.apache.org/bugzilla/show_bug.cgi?id=18479>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=18479
HttpSessionBindingListener.valueUnbound() not called
------- Additional Comments From [EMAIL PROTECTED] 2004-04-13 09:44 -------
The sessionDestroyed timing problem is what the 2.3 specification mandated (this
was a mistake obviously), so you cannot have something portable between 2.3 and
2.4 here.
Actually you can -- but you have to check the servlet engine spec version and have different logic branches for each version.
It's ugly, but it is doable.
-- Jess Holle
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]