Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 78016 invoked from network); 1 Aug 2006 14:40:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Aug 2006 14:40:00 -0000 Received: (qmail 97176 invoked by uid 500); 1 Aug 2006 14:39:47 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 97150 invoked by uid 500); 1 Aug 2006 14:39:47 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 97139 invoked by uid 99); 1 Aug 2006 14:39:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 07:39:47 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of alessandro.colantoni@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 07:39:47 -0700 Received: by ug-out-1314.google.com with SMTP id u40so1376915ugc for ; Tue, 01 Aug 2006 07:39:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bUW55jrFUstAuN++AspDsaqwEtuxi1eWZ6F7p2D61f52582iGgPl0DKilVeMRP7LNTse/dlH/uxcSnmK+HRxhUOELAflC/hpkzjI7+5nDPh7VVuKXGIbXdLxhi4kSmwsgWulLy/XR5D0PCGjYQZLCeYysaca93evMKZQz6ROM+0= Received: by 10.67.29.12 with SMTP id g12mr1054506ugj; Tue, 01 Aug 2006 07:39:24 -0700 (PDT) Received: by 10.66.233.14 with HTTP; Tue, 1 Aug 2006 07:39:23 -0700 (PDT) Message-ID: <59f42c000608010739m71be7776pd46307945ff1fbb8@mail.gmail.com> Date: Tue, 1 Aug 2006 16:39:23 +0200 From: "Alessandro Colantoni" To: "Tomcat Users List" Subject: Re: How to disable cookies for session management in Tomcat In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi You have to put in your context cookies=3D"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, Luis.Amorim@alcatel.pt wrote: > Hi there. > Is there any way to tell Tomcat to never use cookies for session > management? > > Regards, > Lu=EDs Amorim > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org