Tuesday, November 29, 2011

What is session tracking ?

Session tracking is done to maintain the state, as HTTP is an stateless protocol.:As HttpProtocol is a stateless protocol so inorder to maintain the state of the client we use the concept of SessionTracking.Session Tracking can also be done by URL rewritting,Hiddenform fields,Cookies
Category:Servlet Interview Questions

No comments:

Post a Comment