What is a Session Id?
Answer / 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 |
What is the use of java servlet api?
what is servlet and what you get when we use servlets?
What is httpservlet and how it is different from genericservlet?
What do you mean by servlet?
Is servlet a controller?
Who is responsible for writing a constructor?
What are the methods in HttpServlet?
What is meant by session? Tell me something about httpsession class?
What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?
what are the different services provided by the web server?
How to rectify errors in java servlet while compilation?
How do you design microservices?