Guest User

Untitled

a guest
Jan 20th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. session_cache_expire(0);
  2.  
  3. <?php
  4. header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
  5. header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date in the past
  6. ?>
Add Comment
Please, Sign In to add comment