Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » Caching » ASP.NET   (RSS)

Firefox 3.0 and (ASP.NET) caching observations

1. Have a page with code in Page_Load Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Response.Cache.SetAllowResponseInBrowserHistory(False) Response.Cache.SetCacheability(HttpCacheability.NoCache) Response.Cache.SetNoStore()
Posted by joteke | 1 Comments
Filed under: , , , ,