[Tep-j-general] Re: 同一ドメインで2サイト運営時のカートについて

Back to archive index

Kobayashi yuki-****@kmail*****
2006年 6月 7日 (水) 10:25:48 JST


何時もありがとうございます。

> はっきりとした根拠がないですが、Last-Modified:をヘッダーに設定してみたら、
> どうでしょうか。
紹介いただいたサイトを参考に
以下のみをindex.phpに追加した場合
<meta http-equiv="Last-Modified" content=<?php echo gmdate("D, d M Y H:i:s") . ' GMT'; ?>">

以下をindex.phpに追加した場合
<meta http-equiv="Expires" content="Tue, 06 Jun 2006 14:31:08 GMT">
<meta http-equiv="Last-Modified" content=<?php echo gmdate("D, d M Y H:i:s") . ' GMT'; ?>">
<meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate">
<meta http-equiv="Cache-Control" content="post-check=0, pre-check=0', false">
<meta http-equiv="Pragma" content="no-cache">

2種類を試しましたが、駄目でした。
やはりキャッシュを読んでしまうようです。
それともヘッダーの設定方法に間違いがあるのでしょうか?
すみませんが、よろしくお願いいたします。

-- 
Kobayashi




Tep-j-general メーリングリストの案内
Back to archive index