Re: Caching a servlet? Sessions in IE?

2001-03-26 Thread A Yang
> Have you tried setting the cache and expire headers? > > Try addding: > > response.setHeader("Cache-Control","no-cache"); > //HTTP 1.1 > response.setHeader("Pragma","no-cache"); //HTTP 1.0 > response.setDateHeader ("Expires", 0); //prevents > caching at the proxy server I have the following:

Re: Caching a servlet? Sessions in IE?

2001-03-25 Thread Java Poop
roxy server JP - Original Message - From: "A Yang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 25, 2001 8:50 PM Subject: Caching a servlet? Sessions in IE? > Hi, > > This is a weird one that we can only reproduce in IE. > Netscape

Caching a servlet? Sessions in IE?

2001-03-25 Thread A Yang
Hi, This is a weird one that we can only reproduce in IE. Netscape works fine. I'm using Tomcat 3.2.1 with Apache via mod_jk. I have a "Main Menu" servlet that forwards the user through a series of JSP/servlet sequences based on a parameter that identifies which "item" was selected in the Main M