码迷,mamicode.com
首页 > 其他好文 > 详细

设置页面不缓存 no-cache

时间:2014-08-19 09:15:23      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   div   html   log   htm   

html中设置方法
<head>
<META   HTTP-EQUIV="Pragma"   CONTENT="no-cache">      
<META   HTTP-EQUIV="Cache-Control"   CONTENT="no-cache">      
<META   HTTP-EQUIV="Expires"   CONTENT="0">
</head>

jsp中设置方法

1.  response.setHeader("Pragma","no-cache");      
2.  response.setHeader("Cache-Control","no-cache");      
3.  response.setDateHeader("Expires",0);   

 

设置页面不缓存 no-cache,布布扣,bubuko.com

设置页面不缓存 no-cache

标签:style   blog   http   color   div   html   log   htm   

原文地址:http://www.cnblogs.com/shaohz2014/p/3921217.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!