Title: WP Super Cache problem
Last modified: January 16, 2017

---

# WP Super Cache problem

 *  [theshrike](https://wordpress.org/support/users/theshrike/)
 * (@theshrike)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/wp-super-cache-problem-7/)
 * Hi,
 * with wp super cache if the first user to visit a page already accepted the cookie
   notice, the page is cached without the message, I think this is the problem:
 *     ```
       	public function cookie_setted() {
       		return isset( $_COOKIE[self::$cookie['name']] );
       	}
       ```
   

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

 *  Plugin Author [dFactory](https://wordpress.org/support/users/dfactory/)
 * (@dfactory)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/wp-super-cache-problem-7/#post-8666086)
 * It should work fine with caching as well, but we do have some reports about issues.
 * So we plan to move the entire cookie message into Javascript – it would be then
   entirely then with JS (and not mixed as it is now) fixing the possible caching
   issues (hopefully).
 * Regards,
    Bartosz Arendt dfactory team
 *  [Gytis Repečka](https://wordpress.org/support/users/kelmas/)
 * (@kelmas)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/wp-super-cache-problem-7/#post-8787791)
 * Indeed, we do have several use cases reported [in this thread](https://wordpress.org/support/topic/cookie-notice-not-compatible-with-w3-total-cache/).
 * > So we plan to move the entire cookie message into Javascript – it would be 
   > then entirely then with JS (and not mixed as it is now) fixing the possible
   > caching issues (hopefully).
 * The only solution is to always output cookie notice in HTML and rely on JavaScript
   only to decide whether to show the notice or hide. Until [@dfactory](https://wordpress.org/support/users/dfactory/)
   implements that, I’m sticking to [Cookie Consent](https://wordpress.org/plugins/uk-cookie-consent/)
   plugin which already works exactly like that. You can see it running just as 
   expected on [my site](https://repecka.net/en/).

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

The topic ‘WP Super Cache problem’ 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/)

 * 2 replies
 * 3 participants
 * Last reply from: [Gytis Repečka](https://wordpress.org/support/users/kelmas/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/wp-super-cache-problem-7/#post-8787791)
 * Status: not resolved