Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 3186 invoked from network); 1 May 2006 19:49:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 May 2006 19:49:11 -0000 Received: (qmail 10201 invoked by uid 500); 1 May 2006 19:48:58 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 10185 invoked by uid 500); 1 May 2006 19:48:58 -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 10174 invoked by uid 99); 1 May 2006 19:48:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 12:48:58 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rosenberg.leon@googlemail.com designates 64.233.162.192 as permitted sender) Received: from [64.233.162.192] (HELO nz-out-0102.google.com) (64.233.162.192) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 12:48:56 -0700 Received: by nz-out-0102.google.com with SMTP id l8so2509731nzf for ; Mon, 01 May 2006 12:48:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=O5nJnBTj7e7PD8vJUhefnHFTIW6rKGYN7oEb+59YxiaQn/M8LtIapbeY3ZvP36eI+akWqDQWfiRFBDyjtryO23U8dcmsk9qVTpxPLG9ixMuSsueiHlKvIj7/O1LLc+3O7AJGkHD6f6u8S6WDki/5gKa1dnFD66O8bV/cxsP5O3k= Received: by 10.65.152.1 with SMTP id e1mr1514089qbo; Mon, 01 May 2006 12:48:34 -0700 (PDT) Received: by 10.65.97.10 with HTTP; Mon, 1 May 2006 12:48:34 -0700 (PDT) Message-ID: <327858f40605011248g1469be6y78340afd8e5cdfed@mail.gmail.com> Date: Mon, 1 May 2006 21:48:34 +0200 From: "Leon Rosenberg" To: "Tomcat Users List" Subject: Re: Persistent HTTP session cookies In-Reply-To: <20060501194418.13377.qmail@web54214.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060501194418.13377.qmail@web54214.mail.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I doubt that tomcat support this kind of session cookies. However, you could configure tomcat to have session timeout about 24h (or whatever you need) and in your servlet/filter/action overwrite JSESSIONID Cookie with a persistent cookie. I think it should work equally well. regards Leon On 5/1/06, Paul Sideleau wrote: > I am in progress of moving an old legacy based web > application for internal use from Sun Java System Web > Server to tomcat. We currently have a Sun Java System > Web Server specific setting that allows the JSESSIONID > cookie to be persisted to their machine for a day. > This allows internal users to close their browsers > without having to log back in again. Is there a > similiar tomcat setting? I have not been able to find > one. > > Thank you. > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org