On 2010-08-17, at 18:15, "Caldarale, Charles R" <chuck.caldar...@unisys.com > wrote:
Tomcat won't put the jsessionid in the URL unless cookies are disabled. If they are, then your webapp could refuse to talk to the client.

That's not true. Tomcat doesn't know if cookies are available until the second request, so the first page you get is full of URLs with jsessionids.

Also search engine bots don't seem to use cookies. I saw lots of pointless re-re-re-crawling by search bots until I cleaned up the URLs.
--
Len



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to