Rob Hunt wrote:
Set the cookies attribute for the given (server.xml) <context/> node to "false." This will force Tomcat
> to rely only on URL rewriting.
I am tempted to do this for our production applications, if only to simplify testing (presumably it will ensure I can have different sessions in different browser tabs?) (OK I could switch off cookies in the browser but that would affect other things...) but also because it makes support issues cookie-independent hence simpler. But what is the rationale for Tomcat preferring to use cookies? is there a downside to avoiding them? Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.10.8/71 - Release Date: 12/Aug/2005 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
