PHP
로그인후 뒤로가기시 로그인화면이 나오는경우 브라우져 캐쉬 지우기
헤롱헤롱이
2020. 6. 1. 11:29
header('Cache-Control: no-cache, no-store, must-revalidate'); // HTTP 1.1.
header('Pragma: no-cache'); // HTTP 1.0.
header('Expires: 0'); // Proxies.