Tuesday, April 6, 2010

No - Cache

set_time_limit(180000);
    header("Expires: Thu, 31 Dec 2020 20:00:00 GMT");
    header('Pragma: no-cache');
    header('Cache-Control: no-cache');
    header('Expires: 0');

No comments:

Post a Comment