页面禁用缓存

再<head></head>里面加上:

<meta http-equiv="pragma" content="no-cache" />

<meta http-equiv="Cache-Control" content="no-cache,must-revalidate" />  

<meta http-equiv="Expires" content="0" />

再cs页面加上:

Response.Expires = -1;

posted @ 2011-03-26 13:43  nyth  阅读(266)  评论(0编辑  收藏  举报