hi guys,

I am using weblogic app server on windows 2000 and using IE5.0 and Netscape 4.72.

To access the applet, which I developed, the user has to login first.
And authentication will be taken care by LoginManagerServlet. If the user is valid, 
then he will be redirected to page which contains an applet. Now this applet talks to 
another servler, DataServerServlet to fetch data from Database.

So, basically two different servlet are access, in which LoginManagerServlet puts some 
data in HttpSession while the second one, DataServerServlet uses login/password from 
HttpSession.

Now everything works fine in IE but it fails in Netscape, because in the second 
servlet, Netscape is not able to access HttpSession.

To check this, I printed value of HttpSession.isNew() method. This method prints 
"false" for IE, means new session is not creatd. While for Netscape, it pritns "true" 
means new sesion is create when Second servlet is created.

I came across, some dicsussion in java.sun.com, which says, Netscape creates separate 
session for each servlet while IE doen't.

Is this true ?

Can I have link to some documentations?

Thanks.
Sanjay



Get your FREE Email at http://mailcity.lycos.com
Get your PERSONALIZED START PAGE at http://my.lycos.com

___________________________________________________________________________
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

Reply via email to