Hi,
Have you checked if the Netscape you�re using is configured to accept
cookies. By default, the session tracking system needs to send a cookie to
the browser to manage user session (JSESSIONID). A way to not use cookies is
to use the HttpServletResponse.encodeURL to filter every link you print to
user page. If the webserver "thinks" that the browser does not accept
cookies, it will put session id in the link.
Isso a�, falou.
Joao Guilherme Del Valle
[EMAIL PROTECTED]
Visionnaire Inform�tica SA
http://www.visionnaire.com.br
Tel/Fax: +55 41 373-7400 r: 217
----- Original Message -----
From: "King Maurice" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 19, 2001 6:26 PM
Subject: Netscape Problem
> In my app(registration system) when a users logs in he gets a session
variable to indicate he logged and a vaild user of the system, this works
fine in IE.
>
> What happens in netscape is that when the user logs in and clicks on a
link he is taken to the login page instead of the destination page?
>
> I am using servletexec, I thought the webserver kept track of the users
session automaticaly?
>
> Can someone point out what can be the issue, esp why netscape behaves
differently that IE when saving these session variables.
>
>
===========================================================================
> 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://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
===========================================================================
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://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets