• I needed someone’s opinion on how to create a login process for a photogallery or to view a page in WordPress.

    I tried to do this and I ran into “cookie” problems and “header” problems, where someone signs in and the page that validates the sign in tries to read the cookie or the $_SESSION variable to return the user to the page that they clicked on. All I got was a scrambled cookie (created by WordPress) so I couldn’t read it, or “Cannot modify header” errors.

    I’m trying to see if anyone else has run into these issues, and solved it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Maybe I’m not understanding this correctly, but it sounds like the best option is to use the built in password protection.

    See the Content Visibility page in the Codex.

    Thread Starter i_banks

    (@i_banks)

    thanks for the reply…

    I want someone to be able to view a page but only if they’ve logged in with their “email” address…will your suggestion help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘What's The Best Way To Use A Login Process To View Pages In WP?’ is closed to new replies.