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
There are four ways of performing Session Tracking.
1.Cookies
2.HttpSession
3.Hidden Form Field
4.Url Rewriting
No comments:
Post a Comment