Jason Oullette wrote:
> 
> How does tomcat decide if the JSessionID will be put in a cookie or in the
> post header(url rewriting)?
> 

If the "Cookies" attribute in the context is false, then Tomcat rewrites the
URL.
If the "Cookies" attribute in the cotext is true, then Tomcat uses either
cookies or rewriting, depending on the browser.

It appears to be impossible to ask Tomcat to never rewrite the URL.

-- 
View this message in context: 
http://www.nabble.com/JSessionID-tf880129.html#a7693628
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to