Re: problems with IE browser when disabling cache

2005-08-09 Thread Michael Jouravlev
On 8/9/05, temp temp <[EMAIL PROTECTED]> wrote: > I am disabling the browsers chache >This works fine . Everytime a user clicks > browsers back or forward button internet explorer > displaysthis page with the content below . >A user click refresh button and the page is again >

Re: problems with IE browser when disabling cache

2005-08-09 Thread Chad S. Lauritsen
I had a similar problem earlier regarding cache on MSIE. It was only applicable when using HTTPS. Here's the ms kb article http://support.microsoft.com/default.aspx?scid=kb;en-us;323308 In effect, you tell MSIE not to keep a copy around, it if you're using SSL, it doesn't. For stuff that I di

problems with IE browser when disabling cache

2005-08-09 Thread temp temp
I am disabling the browsers chache using jsp setHeader method , exact code is below. response.setHeader( "Expires", "Sat, 6 May 1995 12:00:00 GMT" ); // set standard HTTP/1.1 no-cache headers response.setHeader( "Cache-Control", "no-store, no-cache, must-revalidate" );