Caching and Authenticated Users
Hello. I am running into problems enabling caching on a AEM 5.6.1 site that is being developed for my company by a third party. The site has custom authentication. Authenticated and non-authenticated users access the same pages. The authenticated users have access to cart (i.e. document and product bookmarking) functionality.
The documentation indicates that the Dispatcher will not return cached versions of a page if "[t]he authentication header is set". It also states that "this can be configured" but provides absolutely no detail on how. I can see in the header requests that our site id not using the basic HTTP authentication header. It does create and pass a cookie for authenticated users. Given the setup, how do I get the Dispatcher to not return cached versions for authenticated users?