Hello,
in fact, got the same problem : if a user refusing cookies navigates, wp total cache keep a “refused cookie version” and serve it.
ex:
refused cookie :
jQuery(window).on("load", function() { cookiesAndContentPolicyErrorMessage('', 'http://mywebsite.me'); });
instead of accepted cookies :
jQuery(window).on("load", function() { cookiesAndContentPolicyErrorMessage('https://*.youtube.com/ https://*.youtube-nocookie.com/ https://youtu.be/ https://*.vimeo.com/ https://www.google.com/', 'http://mywebsite.me'); });
So every visitor is not handled by his cookies-choices but by the first person who put in cache the page…
Any configuration known to avoid that ? or a known compatible cache plugin ? 🙂