Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 28485 invoked from network); 25 Mar 2011 11:07:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Mar 2011 11:07:55 -0000 Received: (qmail 57427 invoked by uid 500); 25 Mar 2011 11:07:55 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 57393 invoked by uid 500); 25 Mar 2011 11:07:55 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 57386 invoked by uid 99); 25 Mar 2011 11:07:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Mar 2011 11:07:55 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mueller@adobe.com designates 64.18.1.183 as permitted sender) Received: from [64.18.1.183] (HELO exprod6og102.obsmtp.com) (64.18.1.183) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Mar 2011 11:07:46 +0000 Received: from source ([192.150.11.134]) by exprod6ob102.postini.com ([64.18.5.12]) with SMTP ID DSNKTYx3bo+9uzyOwzLWoIyb+BzLIRwwxXg8@postini.com; Fri, 25 Mar 2011 04:07:26 PDT Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id p2PB6cES024667 for ; Fri, 25 Mar 2011 04:06:39 -0700 (PDT) Received: from nacas01.corp.adobe.com (nacas01.corp.adobe.com [10.8.189.99]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id p2PB761X006333 for ; Fri, 25 Mar 2011 04:07:24 -0700 (PDT) Received: from eurhub01.eur.adobe.com (10.128.4.30) by nacas01.corp.adobe.com (10.8.189.99) with Microsoft SMTP Server (TLS) id 8.3.137.0; Fri, 25 Mar 2011 04:07:14 -0700 Received: from eurmbx01.eur.adobe.com ([10.128.4.32]) by eurhub01.eur.adobe.com ([10.128.4.30]) with mapi; Fri, 25 Mar 2011 11:07:13 +0000 From: Thomas Mueller To: "dev@jackrabbit.apache.org" Date: Fri, 25 Mar 2011 11:07:10 +0000 Subject: Re: Session.clone() Thread-Topic: Session.clone() Thread-Index: Acvq3MrsPMbk0QvSTuyfL6UdCRc59g== Message-ID: In-Reply-To: <4D8C73CE.6050404@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.0.101115 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Hi, >For the timeout issue Actually Jackrabbit doesn't have a session timeout, it's the web application. So the timeout only applies to the first session, not the cloned session. Regards, Thomas