What are different types of SessionTracking?
Answers were Sorted based on User's Feedback
The different types of sessiontracking are
1.HiddenForm Field
2.URL Rewriting
3.Cookies
4.HttpSession
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / shekhar
There are different types of SessionTracking mechanisms
1.Hidden Fields
2.Cookies
3.HttpSessions
4.URL Rewriting
| Is This Answer Correct ? | 5 Yes | 0 No |
What is cgi?
What are the drawbacks of cgi?
What are the methods in HttpSession and their use?
What do you mean by httpservlet?
What is the difference between using getSession(true) and getSession(false) methods?
How to get the actual path of servlet in server?
can servlet have instance variables?
request parameter how to find whether a parameter exists in the request object?
Should I override the service() method?
Which event is fired at the time of session creation and destroy?
Which is better jsp or servlet?
How to create war file?