diff --git a/src/Orchard.Azure/Orchard.Azure.Web/Web.config b/src/Orchard.Azure/Orchard.Azure.Web/Web.config index a9c88f401..2e1e38ea0 100644 --- a/src/Orchard.Azure/Orchard.Azure.Web/Web.config +++ b/src/Orchard.Azure/Orchard.Azure.Web/Web.config @@ -111,7 +111,9 @@ - + + + diff --git a/src/Orchard.Web/Modules/Orchard.OutputCache/Filters/OutputCacheFilter.cs b/src/Orchard.Web/Modules/Orchard.OutputCache/Filters/OutputCacheFilter.cs index 5146cfe17..f93e4c855 100644 --- a/src/Orchard.Web/Modules/Orchard.OutputCache/Filters/OutputCacheFilter.cs +++ b/src/Orchard.Web/Modules/Orchard.OutputCache/Filters/OutputCacheFilter.cs @@ -482,9 +482,8 @@ namespace Orchard.OutputCache.Filters { response.Cache.SetMaxAge(maxAge); } - response.DisableUserCache(); - // Keeping this example for later usage. + // response.DisableUserCache(); // response.DisableKernelCache(); // response.Cache.SetOmitVaryStar(true); diff --git a/src/Orchard.Web/Web.config b/src/Orchard.Web/Web.config index 4282cbc12..e794f9546 100644 --- a/src/Orchard.Web/Web.config +++ b/src/Orchard.Web/Web.config @@ -91,9 +91,10 @@ - + +