redcreen

不缓存

response.setHeader("Cache-Control","no-store");
  response.setHeader("Pragrma","no-cache");
     response.setDateHeader("Expires",0);


<HEAD>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="0">
</HEAD>

posted on 2006-09-15 09:27 charles 阅读(36) 评论(0)  编辑  收藏


只有注册用户登录后才能发表评论。


网站导航:
博客园   IT新闻   Chat2DB   C++博客   博问