Tuesday, June 14, 2011

To avoid caching of files

            header('Expires: Wed, 23 Dec 1980 00:30:00 GMT');
            header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
            header('Cache-Control: no-cache, must-revalidate');
            header('Pragma: no-cache');


No comments:

Post a Comment