Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 87600 invoked from network); 2 Feb 2004 14:50:21 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Feb 2004 14:50:21 -0000 Received: (qmail 67699 invoked by uid 500); 2 Feb 2004 14:48:48 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 67641 invoked by uid 500); 2 Feb 2004 14:48:48 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 67491 invoked from network); 2 Feb 2004 14:48:47 -0000 Received: from unknown (HELO exchange.hupklaw.net) (65.111.81.131) by daedalus.apache.org with SMTP; 2 Feb 2004 14:48:47 -0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Subject: RE: Session disconnect Date: Mon, 2 Feb 2004 09:48:48 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Session disconnect Thread-Index: AcPonPxXeVOqpUP5QySlBHOFuCUyhAA/oDnA From: "Mark Tebong" To: "Tomcat Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I don't think it has anythin to so with cookies because sessions don't use paths.=20 -----Original Message----- From: Antonio Fiol Bonnin [mailto:fiol.bonnin@terra.es] Sent: Sunday, February 01, 2004 3:30 AM To: Tomcat Users List Subject: Re: Session disconnect Mark Tebong wrote: >I have it configured so that when a request for a URL (say www.mydom1.com) comes in, the proxy sends it to 192.168.11.211/mydom1.=20 > =20 > >When I access the pages of the site that use the session thru www.mydom1.com, I get an exception. When I access it through 192.168.11.211/mydom1, it works fine. > =20 > >I looked at the tomcat logs and I saw that the session was disconnecting when you used the proxy.=20 > =20 > Hi, No idea about the "images" stuff, but... Could you be having trouble because of the "path" attribute of the cookies? If Tomcat (or your webapp) is setting it to "/mydom1" then browsers will not send it when accessing "/". HTH, Antonio Fiol --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org