It's been standard since at least SRV 2.2. See the servlet spec, section 7.1. E.g.,

SRV.7.1.1 Cookies
Session tracking through HTTP cookies is the most used session tracking
mechanism and is required to be supported by all servlet containers.
The container sends a cookie to the client. The client will then return the
cookie on each subsequent request to the server, unambiguously associating the
request with a session. The name of the session tracking cookie must be
JSESSIONID.


Max Cooper wrote:

I think it was Tomcat-specific at one time, but I think it is in the Servlet
spec now.

-Max

----- Original Message ----- From: "Daniel Joshua" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Monday, July 28, 2003 3:47 AM
Subject: [OT] Is "jsessionid" specific to Tomcat or generic to all web
containers?





Quick question.

Is "jsessionid" specific to Tomcat or generic to all web containers?


Regards, Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]







--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to