I ran into this problem with JRun awhile back, and what was happening is
that I was calling my servlets with localhost, but the #sendRedirect was
using my full hostname. Same thing happened when I called the servlet with
http://foo/servlet/MyServlet instead of the full
http://foo.mydomain.com/servlet/myServlet. IE didn't care, but Netscape
lost the session as soon as the referenced server name changed.
-- Kyal
----------------------------------------------------
Kyallee Dalrymple [EMAIL PROTECTED]
Software Engineer
Polygon Network, Inc. http://www.polygon.net/
----------------------------------------------------
> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Molly
> Quinn
> Sent: Wednesday, March 08, 2000 7:25 AM
> To: [EMAIL PROTECTED]
> Subject: question about session tracking
>
>
> Hi, all:
>
> I have a question about Netscape. My servlets' session tracking work fine
> with IE. But, whenever there is a sendRedirect(); the Netscape brower came
> back with a new session. Does anyone have a quick solution to
> this? Is this
> a bug for the server or for the browser?
>
> Thanks a lot
>
> Molly
>
> __________________________________________________________________
> _________
> To unsubscribe, send email to [EMAIL PROTECTED] and include
> in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html