I tried this and it doesn't work. I still have to do the CTRL-Refresh to get it to refresh the page.

On May 7, 2010, at 2:27 PM, Karl DeSaulniers wrote:

Try,
header('Cache-control: private, no-cache, must-revalidate');>
header('Expires: 0');

http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html

On May 7, 2010, at 2:06 PM, Charlene Wroblewski wrote:

header ("Cache-Control: private, max-age=$interval,s-maxage=0");




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to