禁止服务器缓存的问题
[ 2005-11-12 15:15:09 | 作者: admin ]
in Page_Load event:
Response.Cache.SetNoServerCaching();
Response.Cache.SetCacheability(System.Web.HttpCacheability.NoCache);
Response.Cache.SetNoStore();
Response.Cache.SetExpires(new DateTime(1900,01,01,00,00,00,00));
Response.Cache.SetNoServerCaching();
Response.Cache.SetCacheability(System.Web.HttpCacheability.NoCache);
Response.Cache.SetNoStore();
Response.Cache.SetExpires(new DateTime(1900,01,01,00,00,00,00));
评论Feed: http://blog.xg98.com/feed.asp?q=comment&id=184
这篇日志没有评论。
此日志不可发表评论。