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!

How to maintain session among Servlet-Applet-Servlet?

843840May 16 2002 — edited May 18 2002
User/Password is validated in a Servlet , new Session is created and a object is stored in session. After logging in user is displayed with HTML and Applet. This Applet in turn communicates with another Servlet. In the second servlet I am trying to retrieve the object stored in session. But it is returns null i.e there is no session maintained. How to retrieve object stored in session?

Thanks
Vinay
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 15 2002
Added on May 16 2002
4 comments
155 views