Answer Posted / rambabu gonela
HTTP protocol uses stateless connections. Connection exists
for only single request/response (makes connection to
server, sends request, gets response, closes connection)
On the client?s first request, the container generates a
unique ID (for recongize the client) and sends it back to
the client with response. The client sends back the ID
with each subsequent request. The container sees the ID,
finds the matching session and associates the session with
the request.
This Id called as a Session Id.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How do you communicate in between Applets and Servlets?
What are the various ways of session supervision in servlets?
What is servlet mapping?
What is the life-cycle of servlets?
What is servlet collaboration?
How can a servlet be used to generate plain text instead of html?
Who is responsible to create the object of servlet?
What is servlet initializer?
What is the
Is servlet synchronized?
Explain Action Servlet?
What is called Session Tracking?
Name the packages that work with servlet?
What exactly are the functions of servlet?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?