Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java Web Start and Cookies

843802Jul 22 2002 — edited Apr 1 2008
Hello All,

We have the following scenario

1) A user logs in to our website. The session information for the logged in user is maintained in the cookie.
2) The User clicks the jnlp link to invoke the applet.
3) The Java Web Start gets activiated and it tries to dowload the JNLP file.
4) The Web start is not able to download the file since it cannot send the required cookie to the webserver and the webserver is denying the access.

Is it possible to pass the existing session information (The session information is stored in cookie) from the browser to the java web start, so that the java webstart will pass the cookies for each subsequent access.

Thanks and Regards
Jagadeesh
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 29 2008
Added on Jul 22 2002
12 comments
1,844 views