PHP

[PHP]인터넷 환경설정 - 페이지를 열때마다(자동 캐싱)

은둔한량 2015. 11. 26. 10:11
반응형

<? php
header ("Cache-Control: no-cache, must-revalidate");
header ("Pragma: no-cache");
header ("Expires: 0");
?>

반응형