Bypass cache

 

目錄

  • Caching Headers
  • Excluded URLs
  • Cookies

Caching Headers

 

Code

<?php
  header("Cache-Control: no-cache");
  echo rand(100,999);
?>

.htaccess

Header set Cache-Control "private"

 


Excluded URLs

 

 


Cookies

 

 

Creative Commons license icon Creative Commons license icon