Language/PHP

캐쉬(Chache) 없애기

미니옵빠 2011. 8. 28. 19:45
PHP

header("Cache-Control:no-cache");
header("Expires:0" );
header("Pragma:no-cache");
저작자표시 비영리 변경금지 (새창열림)