Dennis Sasinka wrote:
>
> This works like a gem using IE 5.5. Bring it up with Netscape 4.75 and the
> session is returned null.
>
Take this all with a grain of salt, but some random
thoughts:
- Your applet does nothing at all to explicitly handle
sessions? You aren't saving cookies off somewhere and
manually adding them to the subsequent http requests
to your servlet?
- How does your applet call the servlets? Where does it
get the url to use? I ask because if you're using URLs
you got from the JSP, then they could contain
session information. If IE has cookies turned off, and
Netscape has them turned on, that could explain the
behavior you see. (This is all getting very speculative)
You might be able to check this by looking at the server
logs, and checking if there is a difference between a
request from Netscape, and a request from IE.
- Whip out a snooper (which one to use depends on your
platform) and examine just exactly what's getting
passed back and forth between IE/Netscape and the
server.
- It's probably not your directory structure.
-cks
___________________________________________________________________________
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