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 multiple server?
If servlet receives multiple requests, how many objects will it create?
What is http servlet in java?
How servlets are deployed in java?
How do you communicate in between Applets and Servlets?
What are the different methods of session management in servlets?
What are the uses of servlets?
How forward () method is different from send redirect () method?
What is servlet context ?
How a servlet is unloaded?
How can we refresh automatically when new data has entered the database?
What are the types of servlet?