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
Explain jsessionid and when is it created?
What exception should be thrown when servlet is not properly initialized?
What is a web application and what is it’s directory structure?
How is a servlet implemented in code?
Explain url encoding in servlet?
What is Client-Server Computing?
What is java servlet session?
What are the kinds of http requests?
What’s the use of the servlet wrapper classes??
What is the major difference between servlet and applet?
Why session tracking is needed?
What is cgi and what are its drawbacks?
What methods do you use in servlet - applet communication?
What are Servlets?
What is cgi?