Page 1 of 1

weird caching going on here

Posted: Thu Jan 20, 2005 3:09 pm
by Burrito
I am trying to update a page on my site here and somethign is caching this stupid page and will not let it go.

I've added this to my page:

header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");

// always modified
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");

// HTTP/1.1
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);

// HTTP/1.0
header("Pragma: no-cache");

and I've deleted my temporary internet files, but for some reason, I can not get the new info to show up on this bastage.

I'm using IE 6.0 and the server is on my local machine here (win xp pro with IIS 5.0)...any ideas????

this is driving me nuts.

also tried ctrl-refresh...still same damn page.

Posted: Thu Jan 20, 2005 3:21 pm
by feyd
maybe IIS cached it?

Posted: Thu Jan 20, 2005 3:23 pm
by Burrito
how can I tell, or better yet, how can I clear it? I even just rebooted and it's still cached....damn this thing.

Posted: Thu Jan 20, 2005 3:30 pm
by Burrito
nm I got it figured out...thx