I have a PHP include which shows a cookie acceptance bar on all site pages if the 'acceptcookies' cookie is set. But it doesn't work because the page is cached, including the cookie PHP include.
Can I tell Couch Cache to not cache a specific include, and instead leave that PHP code _as_ an include in the final file?
Or will I need to show/hide the cookie acceptance stuff using JS?
Can I tell Couch Cache to not cache a specific include, and instead leave that PHP code _as_ an include in the final file?
Or will I need to show/hide the cookie acceptance stuff using JS?