Eddy,
   I too had the similar problem, in my code I was using sendError function
which was creating problems in IE5.
   The same code with the httpServletResponse.sendError works fine in IE4
and Netscape 4.0.
   Now that when i removed the httpServletResponse.sendError it will display
my custom page saying that you have to re-login.

I think it is IE5 problem.

hope this will solve your problem.

venkat
-----Original Message-----
From: Eddy Ma <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tuesday, April 27, 1999 1:16 PM
Subject: IE 5 Caching problem


>Hi,
>
>All of my servlets are setting the Expire and Pragma headers to avoid
>the browser caching the page. Also when the user click on my 'logout',
>it will expired the httpsession. It works all fine except in IE 5.0.
>It's very strange... even I choose 'Every visit to the page' for the
>caching option, it's still loading the 'old' page when I clicked on the
>browser 'back' button. But for IE 4 and Netscape 4.0, it's working fine
>(it will display my custom page saying that you have to re-login).
>
>Anyone experience the same problem? If this is actually IE 5 problem,
>any good work around?
>
>Any help would be much appreciated!!!
>Thanks.
>Eddy
>
>___________________________________________________________________________
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff SERVLET-INTEREST".
>
>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>Resources: http://java.sun.com/products/servlet/external-resources.html
>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to