forbid cache page in asp.net

added two lines in page_load:
Response.Cache.SetCacheability(HttpCacheability.NoCache);
Response.Cache.SetAllowResponseInBrowserHistory(false);
posted @ 2005-08-18 17:05  margiex  阅读(468)  评论(2编辑  收藏  举报