Cookie issues with WP Super Cache
-
I have been writing cookies in order to store and test layout tweaks for each user, but WP Super Cache seems to be causing major issues. WP Super Cache is using the cached value of the cookie, even if the cookie has been rewritten or deleted. It is even using that cached value across other users’ computers!
Everything works fine on client-side Javascript, but the issue happens when reading the cookie via PHP. When I disable WP Super Cache, it also works perfectly. I need to be able to read the cookie value on server-side so I can make dynamic adjustments before the HTML is output.
Is there any way to exclude specific cookies from being cached entirely?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Cookie issues with WP Super Cache’ is closed to new replies.