response setheader cookie(response setheader)

导读 大家好,我是小典,我来为大家解答以上问题。response setheader cookie,response setheader很多人还不知道,现在让我们一起来看看吧!...

大家好,我是小典,我来为大家解答以上问题。response setheader cookie,response setheader很多人还不知道,现在让我们一起来看看吧!

response.setheader 是用来设置返回页面的头 meta 信息,

是用于设定禁止浏览器从本地机的缓存中调阅页面内容,设定后一旦离开网页就无法从cache中再调出 也就是禁用ie缓存

response.setheader(“cache-control”,”no store”);//http 1.1

response.setheader(“pragma”,”no store”);//http 1.0

response.setdateheader(“expires”,0);//在代理服务器端防止缓冲

本文到此讲解完毕了,希望对大家有帮助。

最新文章