RE: How "force" Tomcat 5.5.4 to always use URL Rewriting

2005-08-14 Thread Al Koch
>>Set the cookies attribute for the given (server.xml)  node to
>>false."  This will force Tomcat to rely only on URL rewriting.

Hi Rob,

Thanks much.  Your reply made me realize that I was searching for "URL 
rewriting" when I guess I should have been looking for "turn off cookies"!  
Once I took that tack I also found the following:

http://jf.omnis.ch/log/archives/2004/12/disabling-session-cookie-in-tomcat.html

I made the change and all is well!

Thanks again,
Al



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How "force" Tomcat 5.5.4 to always use URL Rewriting

2005-08-14 Thread Paul Singleton

Rob Hunt wrote:


Set the cookies attribute for the given (server.xml)
 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]



Re: How "force" Tomcat 5.5.4 to always use URL Rewriting

2005-08-13 Thread Rob Hunt
Set the cookies attribute for the given (server.xml)  node to 
"false."  This will force Tomcat to rely only on URL rewriting.