How To Stop IE6 Caching


Go Back   Computer Help Articles > Internet Explorer 6
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 04:36 PM
scott.harner@hcst.com
 
Posts: n/a
Default How To Stop IE6 Caching

Hello All,

I'm experiencing a problem that seems to be fairly common, but I
haven't seen a solution that doesn't involve adding a random string to
the URL with javascript. Maybe someone else has some insight. IE6 is
caching web pages that I do not want to be cached. Even though I am
setting headers that tell the page not to be cached, IE seems to ignore
these directives. Amazingly enough, I don't experience the problem with
Firefox, so it seems to be an IE specific issue. Anyway, below you'll
find the directives that I'm trying to use in apache asp to stop
browser caching. I've also tried various other iterations of this to no
avail. Let me know if you have any ideas or would like further
clarification:

$Response->{Expires} = -1;
$Response->{ExpiresAbsolute} = time2str(time()) - 1;
$Response->AddHeader('Pragma', 'no-cache');
$Response->AddHeader('cache-control', 'private');
$Response->{CacheControl} = 'no-cache';

Thanks,

Scott

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
RE: laptop won't stop rebooting-after new updates installed Fireblade Windows Update 2 01-05-2006 05:08 PM
Random STOP Exceptions on WinXP SP2 King Jeremy Windows XP Perform Maintain 1 01-05-2006 06:01 AM
Help re - stop: 0x000000d0 driver_corrupted_mmpool Ted Wheatley Windows XP General 5 01-05-2006 02:31 AM
STOP messages Yordan Atanasov Windows XP Hardware 1 01-05-2006 02:20 AM
STOP 0x0000007B after removing primary IDE controller in device manager Samo T Windows XP Hardware 6 01-05-2006 02:20 AM


All times are GMT. The time now is 12:31 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

How To Stop IE6 Caching