请友人帮忙分析一下这段PHP代码哪里有误?

我已将http头设为禁止缓存,但是为啥我更新页面代码后,刷新页面时还是从缓存中取数据呢?header("Cache-Control:no-cache");header("... 我已将http头设为禁止缓存,但是为啥我更新页面代码后,刷新页面时还是从缓存中取数据呢?

header("Cache-Control:no-cache");
header("Expires:-1");
header("Pragma:no-cache");

请问我该怎样写http头才能实现不缓存呢?
展开
 我来答
百度网友a3151a3c8
2013-09-17 · TA获得超过419个赞
知道小有建树答主
回答量:98
采纳率:0%
帮助的人:113万
展开全部
改成这样试一下.

header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pramga: no-cache");
匿名用户
2013-09-17
展开全部
Header
description
Cache-Control: max-age
The max-age value defines the maximum age of the document—the maximum legal elapsed time (in seconds) from when a document is first generated to when it can no longer be considered fresh enough to serve
Expires
Specifies an absolute expiration date. If the expiration date is in the past, the document is no longer fresh.
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
FYFLF123
2013-09-17
知道答主
回答量:16
采纳率:0%
帮助的人:4.4万
展开全部
把最后修改时间写成unix时间戳或者一个随机数,试试
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
快乐的你
2013-09-17
知道答主
回答量:46
采纳率:0%
帮助的人:4.4万
展开全部
为什么要禁止缓存呢?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式