글 수정

작성자 본인만 수정할 수 있습니다

← 홈으로
익명 · 2024.01.10 · 조회 7,496
캐시, 쿠키 저장 방지 php코드
<p>&lt;?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>?&gt;</p>