--

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



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

Reply via email to