HttpSession doubt in Applet to Servlet Communication
Bhushan Bhangale <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Organization | Fusion Technologies |
| Message-ID | <[email protected]> |
Hi, When we have a normal JSP or Servlet site we use the HttpSession object to keep some user related information. How this can be done when doing Applet to Servlet Communication? When we call a servlet from applet we give a URL object to URLConnection and does the thing. Now suppose in first call to servlet I store some info in HttpSession. After some time one more call go to a servlet, will that servlet be able to access the same HttpSession object? Regards Bhushan