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
Is servlet a server side scripting language?
Define the life cycle of a servlets.
Explain the features are in servlet 3?
Difference between GET and POST?
What's the difference between authentication and authorization?
What is servlet and its types?
request parameter how to find whether a parameter exists in the request object?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is servlet instance?
How can the session in servlet can be destroyed?
List the Different types of servlet?
Differentiate between get and post?
What is difference between PrintWriter and ServletOutputStream?
Which http method is said to be non-idempotent and idempotent?
what is multiple server?