Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. header('Pragma: public');
  2. header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date in the past
  3. header('Last-Modified: '.gmdate('D, d M Y H:i:s') . ' GMT');
  4. header('Cache-Control: no-store, no-cache, must-revalidate'); // HTTP/1.1
  5. header('Cache-Control: pre-check=0, post-check=0, max-age=0', false); // HTTP/1.1
  6. header ("Pragma: no-cache");
  7. header("Expires: 0", false);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement