JSESSIONID

Hi,

Can any one tell me, what is JsessionId and what is the use?

Thanks

[90 byte] By [Santhiyaa] at [2007-11-27 11:12:21]
# 1

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

java_2006a at 2007-7-29 13:54:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

thanks lot

Santhiyaa at 2007-7-29 13:54:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...