we are facing similar problem with 1.2 plugin. session tracking was working fine
with our applets on both IE and NN because it was using browser's jre which was
1.1.7. once we swithched to swing, we were forced to use 1.2 plugin and all of a
sudden, we started getting session is null in my servlets after one
communication between applet and servlet. So we are manually sending the session
id back to the applet from the servlet and appending it along with the URL for
each invocation of the servlet. It is working fine now.

-RVS

Ray Monk wrote:

> Is there anyone who can shed some light on the problem with cookies in the
> jre1.2 ?
>
> under the faq section ,on the jre download pages
> http://java.sun.com/products/plugin/1.2/plugin.faq.html, it states that the
> plugin has a problem with cookies, this is confirmed by my servlet
> application and a reply in a JDC newsgroup from sun. but there is also a bug
> registered on JDC [4170743] about this problem and the report clearly states
> that this has been cleared.
>
> if this bug has been cleared is it possible to gain access to the latest
> version ?
>
> if this bug has not been cleared, will it and when ?
>
> thanks in anticipation.
>
> kind regards,
>
> ray monk
>
> ___________________________________________________________________________
> 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

Reply via email to