검색후 뒤로가기 후 만료된 페이지오류 해결방법
페이지 정보
작성자 JMStudy 작성일05-11-24 00:28 조회9,016회 댓글0건본문
header("Expires: 0"); // rfc2616 - Section 14.21
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
header("Cache-Control: pre-check=0, post-check=0, max-age=0"); // HTTP/1.1
header("Pragma: no-cache"); // HTTP/1.0위소스를 페이지 상단에 추가
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
header("Cache-Control: pre-check=0, post-check=0, max-age=0"); // HTTP/1.1
header("Pragma: no-cache"); // HTTP/1.0위소스를 페이지 상단에 추가
댓글목록
등록된 댓글이 없습니다.