Guest User

Untitled

a guest
Jan 20th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. session_cache_limiter( 'nocache' );
  2. session_start( );
  3. header( 'Cache-Control: no-cache, must-revalidate, post-check=0, pre-check=0' );
  4.  
  5. Cache-Control:private, max-age=10800, pre-check=10800
  6.  
  7. <META HTTP-EQUIV="cache-control" content="no-cache" />
  8. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  9. <META HTTP-EQUIV="Expires" CONTENT="-1">
  10.  
  11. Cache-Control: no-cache, must-revalidate, post-check=0, pre-check=0
  12.  
  13. Cache-Control: private, max-age=10800, pre-check=10800
  14.  
  15. header( 'Expires: Fri, 01 Jan 2010 00:00:00 GMT' );
Add Comment
Please, Sign In to add comment