Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 62713 invoked from network); 17 Feb 2006 15:47:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Feb 2006 15:47:14 -0000 Received: (qmail 62704 invoked by uid 500); 17 Feb 2006 15:46:57 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 62680 invoked by uid 500); 17 Feb 2006 15:46:57 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 62667 invoked by uid 99); 17 Feb 2006 15:46:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2006 07:46:57 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [216.17.130.186] (HELO mail.mhsoftware.com) (216.17.130.186) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2006 07:46:56 -0800 Received: from localhost (localhost [127.0.0.1]) by mail.mhsoftware.com (Postfix) with ESMTP id 2968344315; Fri, 17 Feb 2006 08:46:36 -0700 (MST) Received: from mail.mhsoftware.com ([127.0.0.1]) by localhost (hagrid [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31875-06; Fri, 17 Feb 2006 08:46:35 -0700 (MST) Received: from emp00 (c-24-8-34-101.hsd1.co.comcast.net [24.8.34.101]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.mhsoftware.com (Postfix) with ESMTP id 6B87413F95; Fri, 17 Feb 2006 08:46:35 -0700 (MST) From: "George Sexton" To: "'Tomcat Users List'" , Subject: RE: Session Expires At Every Request (Tomcat5.0.28/Firefox) Date: Fri, 17 Feb 2006 08:46:35 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcYybLmyWASnAXmjSxSa2tZn6ktk1gA0LOogAAuRcgAABVNZQAAWCalQ In-Reply-To: <002001c63381$7f22e970$657ba8c0@MAONX8220> Message-Id: <20060217154635.6B87413F95@mail.mhsoftware.com> X-Virus-Scanned: amavisd-new at mhsoftware.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Since less than 2% of the users out there now have IE 5.x, I would personally drop this. Even further, once you set a valid doctype you ought to think about running your pages the the w3 validator http://validator.w3.org/ Doing so can reduce the cases where your pages work differently in different browsers. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -----Original Message----- > From: Michael Andreas Omerou [mailto:mao@simplexsoftware.com] > Sent: Thursday, February 16, 2006 10:18 PM > To: 'George Sexton'; 'Tomcat Users List' > Subject: RE: Session Expires At Every Request (Tomcat5.0.28/Firefox) > > This is really an old thing I read somewhere that IE might > not "respond" to > the top headers so the only way to force IE to work as you > want it to (no > caching) was to do this (put one more header at the end). > Back at that time > (IE 5 was used with 6 not being released yet) this solved me > many problems > so since then I use this trick it in my code whenever I do > not want caching. > > Michael > > >-----Original Message----- > >From: George Sexton [mailto:gsexton@mhsoftware.com] > >Sent: 17 February 2006 04:42 > >To: 'Tomcat Users List'; mao@simplexsoftware.com > >Subject: RE: Session Expires At Every Request (Tomcat5.0.28/Firefox) > > > >Just out of curiousity, why do your pages have two HEAD blocks > >(one at the top, and one at the bottom of the page)? > > > >George Sexton > >MH Software, Inc. > >http://www.mhsoftware.com/ > >Voice: 303 438 9585 > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org