You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Komatineni, Satya " <Sa...@csx.com> on 2000/08/22 18:04:07 UTC

response.sendRedirect(url) seem to be opening a new session!!

Hi,
I am using tomcat 3.1. 
1. I use response.sendRedirect(anotherServletUrl)
2. In the "anotherServlet" I ask for getSession(false).  This call is
returning a null session. Should have returned an earlier session created on
behalf of this user.

Has anyone seen this problem?
Thanks
satya.