Re: How to disable cookies for session management in Tomcat

2006-08-01 Thread Luis . Amorim
omcat Users List"                 To:        Tomcat Users List         cc:                 Subject:        Re: How to disable cookies for session management in Tomcat Luis, > Is there any way to tell Tomcat to never use cookies for session > management? RTFM: http://tomcat.apach

Re: How to disable cookies for session management in Tomcat

2006-08-01 Thread Christopher Schultz
Luis, > Is there any way to tell Tomcat to never use cookies for session > management? RTFM: http://tomcat.apache.org/tomcat-4.1-doc/config/context.html Look for the 'cookies' attribute. -chris signature.asc Description: OpenPGP digital signature

Re: How to disable cookies for session management in Tomcat

2006-08-01 Thread Alessandro Colantoni
Hi You have to put in your context cookies="false" For more have a look at http://tomcat.apache.org/tomcat-5.5-doc/config/context.html hope this help On 8/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi there. Is there any way to tell Tomcat to never use cookies for session management? R

How to disable cookies for session management in Tomcat

2006-08-01 Thread Luis . Amorim
Hi there. Is there any way to tell Tomcat to never use cookies for session management? Regards, Luís Amorim