September 18, 2009
Response.AddHeader( "Cache-Control","no-cache");
Response.Expires = 0;
Response.Cache.SetNoStore();
Response.AddHeader("Pragma", "no-cache");
Response.AddHeader( "Cache-Control","no-cache");
Response.Expires = 0;
Response.Cache.SetNoStore();
Response.AddHeader("Pragma", "no-cache");
Comments
comments powered by Disqus