Forum Discussion
Lakshman
17 years agoNew Contributor
Hi,
The HTTP session id here is the one that the containers like tomcat or jetty would create when the getSession() is invoked over the Servlet request object. This session id would be sent back in the servlet response object so that the client would send this session id for the subsequent http request to the server.
Thanks.
The HTTP session id here is the one that the containers like tomcat or jetty would create when the getSession() is invoked over the Servlet request object. This session id would be sent back in the servlet response object so that the client would send this session id for the subsequent http request to the server.
Thanks.