How to clear temp client browser files
Posted: Wed Oct 29, 2008 9:21 am
My page display flash images…..in each time it will call same xml file(for flash) with different images…..but in Ie6 the past xml is stored in the client side…so that new images are not displayed…..so how to clear this fie in client side…..
I also try the following script but not work
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Pragma: public");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
Please help me
I also try the following script but not work
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Pragma: public");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
Please help me