Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 20204 invoked from network); 12 Feb 2005 23:06:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Feb 2005 23:06:12 -0000 Received: (qmail 59822 invoked by uid 500); 12 Feb 2005 23:05:57 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 59804 invoked by uid 500); 12 Feb 2005 23:05:57 -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 59791 invoked by uid 99); 12 Feb 2005 23:05:57 -0000 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,HTML_60_70,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from rwcrmhc13.comcast.net (HELO rwcrmhc13.comcast.net) (204.127.198.39) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 12 Feb 2005 15:05:55 -0800 Received: from MrNat (h0048543e658f.ne.client2.attbi.com[24.60.32.61]) by comcast.net (rwcrmhc13) with SMTP id <2005021223055401500e049ke>; Sat, 12 Feb 2005 23:05:54 +0000 Message-ID: <007301c51157$764ad5d0$0500005a@MrNat> From: "Robert Hunt" To: Subject: Re: Session lost on netscape, mozilla and firefox, but not IE Date: Sat, 12 Feb 2005 18:06:18 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0070_01C5112D.8C9BD2F0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0070_01C5112D.8C9BD2F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I've seen some browsers (Netscape) truncate the query string portion of = an action URL in the
tag: such that the target servlet receives the HTTP request without = "param=3Dval", but that's usually with method=3D"GET". Perhaps you should check the log to see if the session cookie is being = set and returned by the POST. ------=_NextPart_000_0070_01C5112D.8C9BD2F0--