ログアウト時にブラウザのキャッシュを無効にする方法。私が使用した:
<meta http-equiv="cache-control" content="no-cache"> <!-- tells browser not to cache -->
<meta http-equiv="expires" content="0"> <!-- says that the cache expires 'now' -->
<meta http-equiv="pragma" content="no-cache"> <!-- says not to use cached stuff, if there is any -->
しかし、ログアウトをクリックすると、前のページが表示されます。