You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Cor Witteveen <co...@sphinx.co.at> on 2000/08/18 10:45:45 UTC

sendRedirect problem in JSP, Tomcat/Netscape

In a JSP application I'm using the response.sendRedirect(url) method to call
from one JSP another JSP. After deploying the application to Tomcat this
works fine when I use IE5 as a browser, but with Netscape (4.7) something is
going wrong with the user identification since a new SessionID/session
object is created after this sendRedirect. What can I do about this?

Cor Witteveen

cor.witteveen@sphinx.co.at