What is HTTP Session ?

Answer Posted / rajkanth

--HTTP stands for HyperText Transfer Protocol--
--Session means a period of time--
HTTP Session is mainly used for clients, to trace their
requests towards server. For each client, a unique session
will be maintain until the server gets shutdown. Each client
have separate session ID

Is This Answer Correct ?    15 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When a client request is sent to the servlet container, how does the container choose which servlet to invoke?

571


Why do we need servlet filter?

566


What is a server side include (ssi)

567


How do servlets work?

532


Write a servlet to upload file on server.

593






What are the functions of the servlet container?

1027


What are all the ways for session tracking?

593


How is an application exception handling is done using a servlet?

539


What are important features of Servlet 3?

593


Why is servlet used?

676


What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?

562


Define servlet mapping?

658


What are the types of Session Tracking ?

646


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?

775


How can an existing session be invalidated?

659