How can I set up the full page cache to reflect the domain name?

HelenaG Grulichova asked on March 31, 2011 02:40

How can I set up the full page cache to reflect the domain name?

Correct Answer

HelenaG Grulichova answered on March 31, 2011 02:40

You can set up the global property:
CMS.CMSOutputFilter.OutputFilter.CacheItems

The current value is "username;sitename;lang;browser" but you can add the domain there like: "username;sitename;lang;browser;domain"

You could add the custom code to for example: ~\App_Code\Global\CMS\CMSApplication.cs (the AfterApplicationStart method).

-hg-
0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.