익명 ·
2024.01.10 ·
조회 7,496
캐시, 쿠키 저장 방지 php코드
<p><?php</p><p>header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");</p><p>header("Cache-Control: post-check=0, pre-check=0", false);</p><p>header("Pragma: no-cache");</p><p>?></p>