<meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <meta http-equiv="expires" content="0">
とりあえず全部列挙
header("Expires: Wed, 10 Jan 1990 01:01:01 GMT"); header("Last-Modified: ". gmdate("D, d M Y H:i:s"). " GMT"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Pragma: no-cache");
こちらもとりあえず全部列挙
php以外の言語でも header関数 に代替される関数なり、記述で対応可能。