Remote Satellite miss-caching (cache criteria is based on a cookie value)?
Hello,
In a clustered environment with Sites authoring/publishing nodes, delivery nodes, remote satellite server nodes, exposed by a OHS.
- Any page call will result in execution of an uncached Wrapper
- Wrapper reads a cookie value and sets it in the Sites scope via ics.SetVar
- render:satellitepage is used to load a typless cached /Layout template, and the cookie value is propagated via render:argument
- In the typless /Layout template, the cahce citeria is 241 chacaters long, and has 27 parameters (criterion), the cookie value is one of them.
- In the /Layout template render:callelement is used to call CSELements (with no SiteEntry) and the cookie value (sent from Wrapper) is propagated via "args" attribute.
0