Re: Problem with IE7 caching

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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");

Karl DeSaulniers
Design Drumm
http://designdrumm.com


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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux