I am working on a page which should use visitor groups to personalize its contents. However, I cannot seem to get the Visited Page criterion to match.
I assume that the Visited Page criteron uses the class EPiServer.Personalization.VisitorGroups.Criteria.ViewedPagesCriterion, which stores the viewed pages in the HttpContext session with the key "EPiServer:ViewedPages". Unfortunately, the session key doesn't seem to be added at all when I enter the specified pages.
Hello!
I am working on a page which should use visitor groups to personalize its contents. However, I cannot seem to get the Visited Page criterion to match.
I assume that the Visited Page criteron uses the class EPiServer.Personalization.VisitorGroups.Criteria.ViewedPagesCriterion, which stores the viewed pages in the HttpContext session with the key "EPiServer:ViewedPages". Unfortunately, the session key doesn't seem to be added at all when I enter the specified pages.
Has anyone got any idea why it isn't working?