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 to notify an object in session when session is invalidated or timed-out?
List the Different types of servlet?
How can a servlet be used to generate plain text instead of html?
What is the servlet?
How do you get the ip address of the client in servlet?
How the servlet is loaded?
Explain how to improve Servlet Performance?
Explain the servlet context.
Explain servlet.
Why do we have servlet listeners?
What is servlet name in web xml?
List some life cycle methods of a servlet.
What are the advantages of servlets over traditional cgi?
When Servlet is unloaded?
What is the difference between forward () and sendredirect () functions in servlet? Explain