DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26183>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26183

ServletResponse#reset() method and cookie session control problem on tomcat4.1.24

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |



------- Additional Comments From [EMAIL PROTECTED]  2004-01-19 02:53 -------
Hello,
Thank you for response and I'm sorry for Reopen bug.

My point is 'response.reset()', not 'session.invalidate()'.
This problem occur when 'response.reset()' method call after create new session.
This happen also when the first access to session, access to session after 
session timeout ...
So for other example, the first request, call following JSP(JSP only for easy).
------------
....
<%
session.setAttribute("SessionData","dummy");
response.reset();
%>
....
------------
And the next request, 'session.getAttribute("SessionData")' return null.

The reason is as having explained last time.

Is this behavior specification ?

regards,
Naru Hayashi from Japan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to