Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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!

session handling in applet-servlet

843833Sep 19 2001 — edited Sep 24 2001
We have an application which has applets as the front end and
the servlets as the middle-tier. We have tried to implement the
session-handling in the applets close to as described below.
1. We get the session id as an applet param from the jsp.
2. do a setRequestProperty("cookie", sessionId ) on the url connection.
3. Write the required objects as url encoded request by getting an output stream from the url connection.
( link for implementation of session handling :- http://jguru.com/faq/view.jsp?EID=33978 )

We are using weblogic server 6.0. Everything works fine with Ie and Netscape(NS)6.0 . But when it comes to NS 4.75, the session is becoming null when the communication enters the servlet. Once again, it works perfect with IE5.0 and NS6.0. Any ideas are greatly appreciated.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 22 2001
Added on Sep 19 2001
1 comment
123 views