php cache
-
[php]캐쉬관련 (no-cache)프로그램/php 2013. 7. 21. 17:29
response.expires= -1 response.AddHeader "Pragma","no-cache" response.AddHeader "cache-control","no-cache, must-revalidate" ---------------------------------------------------------------------------- header("Pragma: no-cache"); header("Cache-Control: no-cache, must-revalidate");