• mle0116

    (@mle0116)


    Hi,

    I’m trying to set up a members-only portion of a website with the WP-Members Plugin. I’ve set it up so it is blocking all posts of a certain Custom Post Type. And the plugin works great, when you access that area, it asks for a login, and it works. However, as you’re traversing through the area and going to subsequent pages and child pages of the post type – it’s requesting the log in again. Is there a way to fix this? Once they’ve logged in on the main page, they can continue to go through the content area without having to log in again?
    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    WP-Members uses the same functions WP does through the wp-login.php to set the user’s authentication cookie used to maintain login state. So it’s not using anything different from WP itself.

    I would recommend looking into what kind of cacheing is being applied in your application – either by plugin or server side. If you’re not using a cache plugin, check with your host to find out if they use Varnish or some other server side cache application. You may need to make some adjustments based on the cache.

Viewing 1 replies (of 1 total)
  • The topic ‘WP-Members Requesting Login for Each Child Page’ is closed to new replies.