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 |
Why jsp is better than servlet?
Difference between get and post in java servlets?
What do you mean by web applications?
What's the difference between authentication and authorization?
What do you mean by request dispatcher in servlet? Also explain its methods.
How do you create a cookie using servlet?
What is a parser. What does a parser do with a XML? Why do we need it?
1.HttpSession 2.Hidden fields 3.URL Rewriting these primitive type of Session maintainance. What is the other type of process that could help to maintain the Session? pls Explain the process if u know?
What is Client-Server Computing?
What is difference between GenericServlet and HttpServlet?
What is java servlet session?
Why do we use sendredirect() method?