Thursday 11 March 2010 1:56:53 pm
I have the following settings in site.ini:
[HTTPHeaderSettings]
CustomHeader=enabled
Cache-Control[]
Cache-Control[/]=
Expires[]
Expires[/]=600
Pragma[]
Pragma[/]= And caching works fine when using the default layout, but when accessing trough layout/set/xxxx the response always returns a no-cache header: Cache-Control: no-cache, must-revalidate
Pragma: no-cache
This problem seems to also affect the community website. Example: http://share.ez.no/blogs/ez/ez-publish-4.3.0beta2-released (cached) http://share.ez.no/layout/set/print/blogs/ez/ez-publish-4.3.0beta2-released (not cached) Is this a bug or am I missing something?
|