Tagged: 3rd Party Plugin Configuration
- AuthorPosts
- September 2, 2021 at 6:44 am #42382TimGuest
When I turn on WP Cache my website doesn’t ask me for passwords and logs me in on protected posts.
I use aMember to protect my posts. The minute I turn off WP-Cache my posts are protected again. Can you help me figure this out?
-Tim
September 2, 2021 at 6:49 am #42390Marko VasiljevicKeymasterHello Tim,
Thank you for reaching out and I am happy to help you.
When you saying WP-Cache, are you referring to W3 Total Cache Page Caching, or settingdefine(‘WP_CACHE’, true);
which is required for caching?
The most likely issue is that the pages are being cached once visited and therefore do not request the password.
I am not sure what you are using for the protected posts, but you should make sure to disable caching for logged-in users, and possibly exclude those posts from being cached by adding the to Performance>Page Cache>Advanced>”Never Cache following pages”.
I hope this helps!
Thanks! - AuthorPosts
- The topic ‘WP Cache opens aMember posts’ is closed to new replies.