Download Disabling browser caching for all browsers from ASP.NET book pdf free download link or read online here in PDF. Read online Disabling browser caching for all browsers from ASP.NET book pdf free download link book now. All books are in clear copy here, and all files are secure so don't worry about it. This site is like a library, you could find million book here by using search box in the header.
This is what we use in ASP.NET: // Stop Caching in IE Response.Cache.SetCacheability(System.Web.HttpCacheability.NoCache); // Stop Caching in Firefox Response.Cache.SetNoStore(); It stops caching in Firefox and IE, but we haven't tried other browsers. The following response headers are added by these statements: Cache-Control: no-cache, no-store Pragma: no-cache
Read : Disabling browser caching for all browsers from ASP.NET pdf book online Select one of servers for direct link: |
---|