Since I regularly use Firefox and sessions I'm pretty sure that there is really nothing unique to that combination that is causing the problem. It could be the proxy server below is causing the issue. The obvious thing to do would be to try from a different network without a proxy server and see if your issue clears up.
I would also recommend that you do a little cleanup on your HTML pages and see if there is some effect on the issue. The specific things I would fix in your HTML are: 1) No DocType, causing the page to render in Quirks mode. FYI, this will cause differences in the box model which will result in IE 6.0 and FireFox/Mozilla displaying pages very differently. 2) No Content type/charset meta in the header. 3) You have a duplicate <HEAD> block in the bottom of your page. Your reference to the cache-control entry: >> Cache-Control: max-age=0 Doesn't appear in my browser. I would suspect that its being added by your proxy server. >> X-Cache: MISS from proxy01.spidernet.net >> X-Cache-Lookup: MISS from proxy01.spidernet.net:83 I would also say that if you're going to use the addHeader() to put in cache/pragma entries that you should not use the META tags. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -----Original Message----- > From: Michael Andreas Omerou [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 16, 2006 3:38 PM > To: 'Tomcat Users List' > Cc: [EMAIL PROTECTED]; 'George Sexton'; 'Joey Geiger'; > [EMAIL PROTECTED] > Subject: RE: Session Expires At Every Request (Tomcat5.0.28/Firefox) > > Dear all, > > Thanks for your replies to my problem. However, I think the > discussion has > been "diverted" into a debate totally irrelevant to the issue. > > As far as Chuck's question whether this could be related to > the popup, this > is not the case as the problem happens on other pages too, > even on index.jsp > (first page) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]