What is the need of session tracking in HttpServlet ?
Answer Posted / muthusenthil
As per http protocol no user information is pertained.
every request is considered as a new request and there will
not be any session maintained between requests. so to
maintain users information we have to use session
tracking
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
How can the session in servlet can be destroyed?
What are different ways for authentication of servlet?
What is cookies in servlet with example?
What are the functions of Servlet container?
What is meant by a servlet?
What is the servlet?
Why is Servlet so popular?
Explain the methods of request dispatcher in servlet?
What is java servlet session?
What is context in servlet?
Is that servlet is pure java object or not?
What is the difference between get and post methods?
What is the use of send redirect () method?
Why are http servlets used in programming?
What are different methods of session management in servlets?