Friday, December 21, 2012

Session Tracking

Http is a stateless protocol so that it can't maintain user's state or can't recognize that request is coming from same user to server because of this to maintain user's state we use Session Tracking.

There are four ways of performing Session Tracking.
1.Cookies
2.HttpSession
3.Hidden Form Field
4.Url Rewriting

No comments:

Popular Posts