Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 4360 invoked from network); 18 Jun 2000 22:14:20 -0000 Received: from adsl-63-203-238-67.dsl.snfc21.pacbell.net (HELO smtp.airflash.com) (netscape@63.203.238.67) by locus.apache.org with SMTP; 18 Jun 2000 22:14:20 -0000 Received: from airflash.com ([63.203.238.66]) by smtp.airflash.com (Netscape Messaging Server 4.15) with ESMTP id FWDEZE00.L9N for ; Sun, 18 Jun 2000 15:11:38 -0700 Message-ID: <394D49BA.CE978DE7@airflash.com> Date: Sun, 18 Jun 2000 15:14:19 -0700 From: "Alex Tang" Organization: Airflash, Inc: http://www.airflash.com X-Mailer: Mozilla 4.72 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: Re: session problems References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N how is your application setup? Are you calling a servlet from the browser and then having the servlet use "RequestDispatcher.include()" to send the request on to a JSP file? if you are, try using "RequestDispatcher.forward()". There is (an unconfirmed) bug with RequestDispatcher.include() where session information is lost. ...alex... John Greb wrote: > Hello, > > I'm trying to run a servlet that ran great under Gefion's LiteWebServer but > seems to be having problems with Tomcat using cookies. The cookie's session > id is not being sent to the browser. Any clues... > > I'm running Windows NT Workstation 4.0, SP4, JDK1.3, and the latest version > of Tomcat. Tomcat is running in the stand alone mode. Also, I'm using IE5. > > Any help would be appreciated. > > Thanks, John > > -------------------------------------------------------------------------- > To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org > For additional commmands, email: tomcat-user-help@jakarta.apache.org