• Hi,
    If I delete the cache this problem goes away (but this is not a long term solution):
    The eu-cookie law plugin does not work properly if I have WP-fastest cache active. You are meant to be able to click the button and the notification disapears, but this doesn’t happen. I have exclude both the js files from the eu-cookie law plugin, but this hasn’t helped. Any ideas?

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 17 total)
  • Plugin Author Emre Vona

    (@emrevona)

    Probably this plugin is not compatible with the cache plugins. You should contact the plugin developer.

    Thread Starter haddlyapis

    (@haddlyapis)

    Hi,
    I will contact the developer.
    Is there any way for WPFC to ignore a plugin?

    Plugin Author Emre Vona

    (@emrevona)

    no, sorry because the page is saved as a static html file.

    Thread Starter haddlyapis

    (@haddlyapis)

    Hi,
    ok.
    Another issue. The plugin is causing some problems in Internet Explorer 11. Is there any fix to this?

    Plugin Author Emre Vona

    (@emrevona)

    can you disable “combine css” and clear all the cache with minified css&js please?

    Thread Starter haddlyapis

    (@haddlyapis)

    Hi,
    I do not have this activated. I have the plugin Merge Minfiy Refresh installed for minification.

    Plugin Author Emre Vona

    (@emrevona)

    can you disable “Merge Minfiy Refresh” and clear all the cache please?

    With my own plugin, I see the same issue(s) with cookies.

    I have tried to use the “Cookie exclude” setting of WPFC, but it still doesn’t work.

    Is there something in the WPFC we can hook into, like an API, to force the cache to be cleared?

    The problem isn’t that hard to follow:

    – Cookie is set
    – User chooses to clear it
    – Page is reloaded
    – Things are good, cookie is not set now
    – User goes to another page, cookie still not set
    – WPFC shows the cached page

    If you repeat the above, on the “another page”, it will work until another (cached) page is visited, at which point the cookie status will be the same as it was when WPFC cached the page.

    Plugin Author Emre Vona

    (@emrevona)

    Excellent, thanks for your quick response. I’ll certainly take a look at hooking into WPFC.

    Wouldn’t one other option also be for WPFC *not* to cache cookies? Supporting this for plugins will become a nightmare since there are quite a few WP Cache plugins out there. Granted, I’m not the author of WPFC, but caching cookies doesn’t seem to make much sense.

    RFC2109:

    “If the cookie is intended for use by a single user, the Set-cookie
    header should not be cached. A Set-cookie header that is intended to
    be shared by multiple users may be cached.”

    How does WPFC handle nonces? Does it serve up the same nonces to all its visitors during the cache lifetime?

    Plugin Author Emre Vona

    (@emrevona)

    Hi,

    you can exclude the cookie for eu cookie law in the settings of WPFC.

    The name of this cookie is euCookie

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘eu-cookie law not disapearing after clicking’ is closed to new replies.