2009-09-29

讓瀏覽器不要cache頁面

<meta http-equiv="Expires" CONTENT="0″>
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
有些瀏覽器不支援上述語法, 另一種更好的方式, 就是改http得標頭
Response.Cache.SetCacheability(HttpCacheability.NoCache);Response.Cache.SetNoStore();Response.Cache.SetExpires(DateTime.MinValue);

沒有留言:

張貼留言