Re: [OT] Is jsessionid specific to Tomcat or generic to all webcontainers?

2003-07-29 Thread Matthias Bauer
Craig, all this sentence says is that the session id must be encoded as a path parameter. But it does not say anything about the name, the implementing server is supposed to use. Is there some other place in the spec where it says that the parameter must be called jsessionid? If not, I would

Re: [OT] Is jsessionid specific to Tomcat or generic to all webcontainers?

2003-07-29 Thread Jason Lea
Matthias Bauer wrote: Craig, all this sentence says is that the session id must be encoded as a path parameter. But it does not say anything about the name, the implementing server is supposed to use. Is there some other place in the spec where it says that the parameter must be called

Re: [OT] Is jsessionid specific to Tomcat or generic to all webcontainers?

2003-07-29 Thread Matthias Bauer
I indeed overlooked that. Thanks for the clarification. --- Matthias Jason Lea wrote: Matthias Bauer wrote: Craig, all this sentence says is that the session id must be encoded as a path parameter. But it does not say anything about the name, the implementing server is supposed to use. Is

Re: [OT] Is jsessionid specific to Tomcat or generic to all webcontainers?

2003-07-29 Thread Craig R. McClanahan
On Tue, 29 Jul 2003, Matthias Bauer wrote: Date: Tue, 29 Jul 2003 11:01:32 +0200 From: Matthias Bauer [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: [OT]

Re: [OT] Is jsessionid specific to Tomcat or generic to all webcontainers?

2003-07-28 Thread Matthias Bauer
It is not standardized. You can not rely on it being the same parameter name for all web servers, even though many use jsessionid. --- Matthias Daniel Joshua wrote: Quick question. Is jsessionid specific to Tomcat or generic to all web containers? Regards, Daniel

Re: [OT] Is jsessionid specific to Tomcat or generic to all webcontainers?

2003-07-28 Thread Andrew Geery
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

Re: [OT] Is jsessionid specific to Tomcat or generic to all webcontainers?

2003-07-28 Thread Craig R. McClanahan
On Mon, 28 Jul 2003, David Graham wrote: Date: Mon, 28 Jul 2003 06:37:49 -0700 (PDT) From: David Graham [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: [OT] Is jsessionid specific

RE: [OT] Is jsessionid specific to Tomcat or generic to all webcontainers?

2003-07-28 Thread Craig R. McClanahan
On Tue, 29 Jul 2003, Daniel Joshua wrote: Date: Tue, 29 Jul 2003 10:54:17 +0800 From: Daniel Joshua [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: [OT] Is jsessionid specific to