Title: problem with cache pluggin
Last modified: December 24, 2019

---

# problem with cache pluggin

 *  [bozzo23](https://wordpress.org/support/users/bozzo23/)
 * (@bozzo23)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/problem-with-cache-pluggin/)
 * After some test with my cache pluggin breeze , i found out , the cookie system
   apear or not depending on the first personne that visit a page.
    for exemple ,
   i fluch the cache ,user get on home page , and click to remove the cookie message,
   and then go on page 2 , so he dont have the message… if now , an other user get
   on that page 2 , he dont see the message. seems the message statue is save in
   the page code, so , cache system save it too.
 * maybe i dont undesrtant good the way the system work , and there is some seting
   to do , can you help me ,thanks

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [paweltar](https://wordpress.org/support/users/paweltar/)
 * (@paweltar)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/problem-with-cache-pluggin/#post-12283712)
 * Yes, I think I can confirm this issue. Latest version of this plugin doesn’t 
   show up on my website as well (and I’m using Breeze for cache).
 *  [S o f t f u l l y](https://wordpress.org/support/users/softfully/)
 * (@softfully)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/problem-with-cache-pluggin/#post-12283813)
 * Conflict with a cache plugin
 *  [Frank](https://wordpress.org/support/users/t-mug/)
 * (@t-mug)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/problem-with-cache-pluggin/#post-12299111)
 * There are general problems with all of the cookie notification solutions. AFAIK
   they all have these problems:
 * 1.) When JS is switched off, the “solution” disappears. There is always a JS 
   dependency – kind of hardly to avoid.
 * 2.) Caching. If there is some logic dependent on the cookie not already set and
   set to not showing the notice then the recurring users will fill the cache with
   pages not showing the notice to even following users without a cookie set.
 * These issues could be maybe avoided when the notice is implemented as a regular
   JS-independent part of the page, showing up either way. Then JS (if there is 
   any) would test the cookie and would simply hide the notice. No JS then no hidden
   cookie – but better than NO cookie notice: for those who need to fulfill EU regulations.
 * I personally prefer dropping the shebang all together and choose a relatively
   safe location for the site’s ownership – where no lawyers are get into the mood
   to want to reach out to me.
 *  Plugin Author [dFactory](https://wordpress.org/support/users/dfactory/)
 * (@dfactory)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/problem-with-cache-pluggin/#post-12301880)
 * [@t-mug](https://wordpress.org/support/users/t-mug/) probably the way we will
   go will be to put entire notice container into JS and then, on the JS side, decide
   whether it should be displayed or not.
 * Some of the cache issues can be solved with compatibility fixes on per plugin
   basis, but as the number of caching plugins grows the JS solution seems better.
 * Will make an adjustments in one of the future releases or at least provide an
   option for it.
    -  This reply was modified 6 years, 5 months ago by [dFactory](https://wordpress.org/support/users/dfactory/).
 *  [matthias.wagner](https://wordpress.org/support/users/matthiaswagner/)
 * (@matthiaswagner)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/problem-with-cache-pluggin/#post-12481734)
 * [@dfactory](https://wordpress.org/support/users/dfactory/) your js-solution sounds
   good. we use your plugin as the standard solution for cookie notice and opt-in
   and would really like to see this in future. can you already give an estimate
   for this step?
    let me tell you that it could be wise to implement this as an
   additional setting, so you won’t change or break things in existing websites 
   🙂
 * matt

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘problem with cache pluggin’ is closed to new replies.

 * ![](https://ps.w.org/cookie-notice/assets/icon-256x256.png?rev=3549327)
 * [Compliance by Hu-manity.co](https://wordpress.org/plugins/cookie-notice/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cookie-notice/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cookie-notice/)
 * [Active Topics](https://wordpress.org/support/plugin/cookie-notice/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cookie-notice/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cookie-notice/reviews/)

 * 5 replies
 * 6 participants
 * Last reply from: [matthias.wagner](https://wordpress.org/support/users/matthiaswagner/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/problem-with-cache-pluggin/#post-12481734)
 * Status: not resolved