Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 54629 invoked from network); 24 Jun 2005 13:38:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Jun 2005 13:38:41 -0000 Received: (qmail 38223 invoked by uid 500); 24 Jun 2005 13:38:12 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 38161 invoked by uid 500); 24 Jun 2005 13:38:11 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 38134 invoked by uid 99); 24 Jun 2005 13:38:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2005 06:38:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [195.172.82.137] (HELO mail1.qas.com) (195.172.82.137) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2005 06:38:12 -0700 Received: from orion.qas.com (orion.qas.com) by mail1.qas.com (Content Technologies SMTPRS 4.3.17) with ESMTP id for ; Fri, 24 Jun 2005 14:38:02 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: [OT] Sharing session with manual jsessionid Date: Fri, 24 Jun 2005 14:38:01 +0100 Message-ID: <5684A7E6FB10504393A2806C1F4C021005AF8BE6@orion.qas.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [OT] Sharing session with manual jsessionid Thread-Index: AcV4wfD5SmKB/N4jQ06qDr8ZNBtgRQ== From: "Allistair Crossley" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, We are using embedded XML requests within out browser and I would like to s= hare information through 1 session since these XML requests create new requ= ests with their own sessions. I am obtaining the outer session with session.getId and manually adding jse= ssionid=3D<%=3D session.getId() %> to the XML requests in the hope that the= jsessionid will override the presence of cookies in the internal JSP that = the XML request hits. However, it does not, and the internal JSP generates another session id. I don't think this can be helped can it? Cheers, Allistair =20 ------------------------------------------------------- QAS Ltd. Registered in England: No 2582055 Registered in Australia: No 082 851 474 ------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org