What is HTTP Session ?

Answer Posted / sandeep m

Http Protocol is stateless protocol. Hence server cannot
identify the request is from same client or different.
Hence server can treat every request as new request and may
ask for authentication for each request.
Hence for server to remember client and to respond in an
interactive way server needs to remember the client and its
activities. For which javax.servlet.http.HttpSession
interface is provided. Which helps in session tracking of
client requests.
HttpSession is one of the 4 ways of session tracking
mechanisms.

Is This Answer Correct ?    44 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by a filter and how does it work?

698


Difference between GET and POST?

880


What is the major difference between context parameter and context attribute?

805


What is session tracking?

868


Explain the difference between get and post method in servlet?

822


Tell us something about servletcontext interface.

806


If a servlet is not properly initialized, what exception may be thrown?

840


What are the difference between session and cookies in servlet? Explain

768


Which exception is thrown if the servlet is not initialized properly?

762


What is http servlet in java?

735


How do you define a servlet?

710


What do you mean by mime type?

735


What are the exceptions thrown by servlets? Why?

826


What exactly is a servlet?

696


Why do we use sendredirect() method?

722