JSESSIONID
Hi,
Can any one tell me, what is JsessionId and what is the use?
Thanks
Hi,
Can any one tell me, what is JsessionId and what is the use?
Thanks
A web container can use several methods to associate a session with a user, all of which involve passing an identifier between the client and the server. The identifier can be maintained on the client as a cookie, or the web component can include the identifier in every URL that is returned to the client.
See http://java.sun.com/j2ee/1.4/docs/tutorial/doc/Servlets11.html#wp64744
thanks lot