Replies: 0
I’m developing a site on which there will be some restricted content, I’ve created a custom login form and after a successful login a custom cookie will be created, this cookie provides access to the restricted content.
Our hosts aggressively cache all live sites, caching breaks my functionality and I’m being told by our hosts that the only way this will work is by excluding all pages that require the cookie from the cache, and that this is ‘by design’ on all wordpress sites.
Is this true, is there really no way that I can restrict content and have it cached in WP?