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
Tell us something about servletcontext interface.
What is servlet container?
What is the
Explain the difference between a web server and a web container?
What is ServletConfig object?
Whether we can get deadlock situation in servlets?
What is the inter-servlet communication?
What is servlet and its advantages?
How do we translate jsp?
Define context initialization parameters.
Whats the advantages using servlets over using CGI?
Can you use javascript in servlets?
Which event is fired at the time of setting, getting or removing attribute from application scope?
Explain the difference between generic servlet and http servlet?
What is the major difference between servlet and applet?