たぼさんの部屋

いちょぼとのんびり

phpにおけるブラウザキャッシュ無効化

header("Cache-Control: no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");