Support » Plugin: Cookie Notice & Compliance for GDPR / CCPA » is it compatible with cache plugins?

  • Hi, I am the developer of WP Fastest Cache.

    Is your plugin compatible with the cache plugins? If so, can you help me making WP Fastest Cache to be compatible with your plugin please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have this same question. If a page is cached with analytics turned on, does this mean it will be turned on for all subsequent page hits using the cache? I’m using wp-supercache

    I’m having same doubt. I’m using another cache plugin that produces static html files, and I found this inside a cached html page:

    <script type='text/javascript'>
    /* <![CDATA[ */
    var cnArgs = {
    "ajaxurl":"https:\/\/www.XXXXXX.it\/wp-admin\/admin-ajax.php",
    "hideEffect":"fade",
    "onScroll":"yes",
    "onScrollOffset":"100",
    "cookieName":"cookie_notice_accepted", // <--- ???
    "cookieValue":"true", // <--- ???
    "cookieTime":"15811200",
    "cookiePath":"\/","cookieDomain":"XXXXXX.it",
    "redirection":"",
    "cache":"1",
    "refuse":"no",
    "revoke_cookies":"0",
    "revoke_cookies_opt":"automatic",
    "secure":"1"
    };
    /* ]]> */
    </script>

    If that is a cookie saved as “true” aka accepted, it’s now been served to all clients requesting that cached page for as long the cache lives as if they had accepted? That is WRONG.

    • This reply was modified 5 years, 10 months ago by DrLightman.
    • This reply was modified 5 years, 10 months ago by DrLightman.
    • This reply was modified 5 years, 10 months ago by DrLightman.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘is it compatible with cache plugins?’ is closed to new replies.