How to maintain session among Servlet-Applet-Servlet?
843840May 16 2002 — edited May 18 2002User/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