问几个asp代码含义

来源:百度知道 编辑:UC知道 时间:2024/06/08 12:15:20
<%
Response.Expires = -1
Response.AddHeader "Pragma", "no-cache"
Response.AddHeader "Cache-Control", "no-cache, must-revalidate"
%>
这些是什么意思呢?谢

Response.Expires = -1
Response.AddHeader "Pragma","no-cache"
Response.AddHeader "cache-ctrol","no-cache" must-revalidate"

是要求浏览器对本页面不进行缓存

好像是禁止什么缓存之类来的了!
忘记了!