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 a Proxy Server?
How do you pass the data from one servlet to another servlet?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
How does tomcat servlet container work?
What are the supporting protocol by HttpServlet ?
What methods do you use in servlet - applet communication?
What are the different methods of session management in servlets?
Which is the methods of generated servlet?
In which cases Destroy() is invoked?
When jsessionid is created?
Hi frnds iam new to Java Kindy any one can provide or me Servlets Example code and can explain to me flow of servlets and as Jsp and Struts and provide to me some sample example on these 3 topic flow,code example,and tutorials,and related websites which i can refer....thanks in advance..........
What's the difference between authentication and authorization?