码迷,mamicode.com
首页 > Web开发 > 详细

使用服务器端控制ajax缓存

时间:2015-04-30 12:09:15      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:

response.setHeader( "Pragma", "no-cache" );
response.addHeader( "Cache-Control", "must-revalidate" );
response.addHeader( "Cache-Control", "no-cache" );
response.addHeader( "Cache-Control", "no-store" );
response.setDateHeader("Expires", 0);
单纯的使用 xmlhttp.setRequestHeader("Cache-Control","no-cache")无效。

使用服务器端控制ajax缓存

标签:

原文地址:http://www.cnblogs.com/JAYIT/p/4468442.html

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