--
"Charles A. Canning" wrote:
> --
>
> Hi,
>
> I am writing to the list to get some information on HttpSession.invalidate().
> >From the documentation, it appears that in the HttpServlet method
> valueUnbound(HttpSessionBindingEvent) the session should still be valid. From
> the book, "Java Servlet Programming" published by O'Reilly they have an example
> on page 219 that uses this premise. I have been having some problems because the
> JServ 1.0 code invalidates the session as soon as HttpSession.invalidate is
> called and before valueUnbound() and other methods are called. Is this the
> corect functionality or is it a bug? If so, what is the procedure for getting
> the bug fixed. ( I am willing to do this.).
>
> Thanks,
>
> Charles A. Canning
>
This bug was reported and fixed in the source code quite recently, and the fix will
be included in the 1.0.1 distribution. If you need it quicker than that, the best
thing to do is to download the current distribution from the CVS repository, or get
a recent daily distribution from:
http://www.working-dogs.com/daily
Craig McClanahan
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]