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
Difference between java beans & servlets?
What is Client-Server Computing?
What is the difference between encodeRedirectUrl and encodeURL?
If a servlet is not properly initialized, what exception may be thrown?
Why is init() method is used in servlets?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What is servlet and its advantages?
What is called servlet mapping?
Can we refresh servlet in client and server side automatically?
When should you prefer to use doget() over dopost()?
Explain the servlet context.
What is called Scriptlet?
What is called Session Tracking?
What is a servlet?
How to notify an object in session when session is invalidated or timed-out?