Make sure you use
response.sendRedirect(response.encodeRedirectURL("ex1.jsp")), there were
some bugs in IE 5.5 (and other browsers) that caused it to not accept
cookies properly, if you Encode the URL, it should work fine using URL
Rewriting.
    (*Chris*)

----- Original Message -----
From: "Elisabete Cerqueira" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 10, 2002 11:47 AM
Subject: [JSP-INTEREST]


> Hi,
>
> does any one know why when after doing in a jsp page a
> response.sendRedirect("ex1.jsp"), I loose the session context? And this
just
> happens in ie 5.5 (with ie 6.0 it doesn't happen).
>
>
> Thank you in advance.
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to