ewire
12-08-2009, 12:58 PM
I have tried the php method ..
<?php
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date in the past
?>
I have also tried the meta method..
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
but it still uses the cache files rather than re-downloading them every time?
any help with this please, thanks
:) ewire
<?php
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date in the past
?>
I have also tried the meta method..
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
but it still uses the cache files rather than re-downloading them every time?
any help with this please, thanks
:) ewire