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 say the server implementation is free to choose any name. Am I overlooking something?
--- Matthias
The URL rewriting format is also standardized; in section 7.1.3 you will see the sentence:
The session id must be encoded as a path parameter in the URL string.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

