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


Please Help Members By Posting Answers For Below Questions

What are the different ways we can maintain state between requests?

772


Who is responsible for writing a constructor?

1009


What is the difference in between the httpservlet and generic servlet?

847


request parameter how to find whether a parameter exists in the request object?

775


What do you mean by default initialization in java servlet?

850


Why HttpServlet class is declared abstract?

853


When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?

776


How to rectify errors in java servlet while compilation?

705


When servlet is loaded?

792


What is servlet used for?

888


How do you get the ip address of the client in servlet?

747


Is servlet a controller?

745


How the typical servlet code look like ?

867


Explain the role of dispatcherservlet and contextloaderlistener.

876


What is the difference between genericservlet and httpservlet

768