Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 PHP(header) 将用户发送回网站的主页(由于 cookie 看起来不同,然后当用户第一次到达时)。
在 Google Chrome 中一切正常,但在 Safari 和 FireFox 中显示的是 index.php 的缓存版本,而不是网页的更新版本。
如果我点击刷新,事情看起来应该是这样,但我需要一种方法来告诉浏览器重新加载页面,而无需用户点击刷新。
试试这个... http://smartcoding.wordpress.com/2009/01/28/php-force-no-cache-page-load/