what is use of sessions & cookies in servlets?
+1
A:
Session store items between HTTP requests.
Cookies are used to keep track of sessions by making the browser hold and return a unique ID (the cookie) that is used to recall the stored session on the next HTTP request.
Joe Koberg
2009-04-16 06:24:35
A:
A brief read http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/Servlet-Tutorial-Session-Tracking.html
Bhushan
2009-04-16 06:25:21