Forum Moderators: coopster

Message Too Old, No Replies

clear browser cache

clear browser cache

         

vivek avasthi

10:00 am on Jan 20, 2007 (gmt 0)

10+ Year Member



hi ,i want to clear browser cache with php script? any idea?

eelixduppy

1:07 pm on Jan 20, 2007 (gmt 0)



Here are the headers you would use, taken directly from the documentation:

header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past

[us3.php.net...]

I hope this helps! :)