Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 90683 invoked from network); 5 Jun 2006 02:26:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jun 2006 02:26:48 -0000 Received: (qmail 57180 invoked by uid 500); 5 Jun 2006 02:26:36 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 57154 invoked by uid 500); 5 Jun 2006 02:26:36 -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 57143 invoked by uid 99); 5 Jun 2006 02:26:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Jun 2006 19:26:36 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jak-tomcat-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Jun 2006 19:26:35 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Fn4n9-00030O-PR for users@tomcat.apache.org; Mon, 05 Jun 2006 04:26:07 +0200 Received: from pool-71-107-249-190.lsanca.dsl-w.verizon.net ([71.107.249.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Jun 2006 04:26:07 +0200 Received: from wbarker by pool-71-107-249-190.lsanca.dsl-w.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Jun 2006 04:26:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@tomcat.apache.org From: "Bill Barker" Subject: Re: ssl timeout length with jsse with tomcat 5.5 Date: Sun, 4 Jun 2006 19:25:58 -0700 Lines: 62 Message-ID: References: <4481088F.3000708@jp-productions.org> <44838D1D.4090404@jp-productions.org> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-107-249-190.lsanca.dsl-w.verizon.net X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Response Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N "Jason Pendrey" wrote in message news:44838D1D.4090404@jp-productions.org... > thanks for the response, I have an administration section that always > needs to be logged back into after periods of no activity, I am thinking > of using apache 2.0 as the front end and tomcat on the backend and using > ssl on apache(i'm assuming i can control it better on apache, but i would > have to look into it. > Yup. http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#sslsessioncachetimeout. > Bill Barker wrote: >> "Jason Pendrey" wrote in message >> news:4481088F.3000708@jp-productions.org... >> >>> I want to know how to control the length of time that an ssl connection >>> timesout and a user needs to login again. Right now its too short and I >>> can't find anything in the server.xml ssl connector node that seems to >>> change that. I'm using tomcat 5.5 with the latest jsse. >>> >>> >> >> You're correct that there currently is no way to change the SSL session >> timeout. It wouldn't be hard to implement, but nobody has ever cared >> enough to work up the patch for it :). >> >> Of course, in Tomcat there is no relation between the Servlet HttpSession >> and the SSL session. This would have to be caused by something in your >> webapp. >> >> >>> --------------------------------------------------------------------- >>> 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 >>> >>> >>> >> >> >> >> >> --------------------------------------------------------------------- >> 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 >> >> >> >> >> > > --------------------------------------------------------------------- > 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 > > --------------------------------------------------------------------- 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