<?phpheader("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");header("Cache-Control: post-check=0, pre-check=0",false);header("Pragma: no-cache"); で、ChromeとSafariで確認するとちゃんとキャッシュが残らないようになっていた。 問題2 問題1の対応をした後、iOS7のSa...