• Resolved fr2632

    (@fr2632)


    Hi guys,

    Is it possible that wordpress DOES NOT have a timeout on protected pages ?? I have been searching everywhere and there is no solution!!

    Most ppl are talking about a file called wp-pass.php which it does not exist anymore (at least on my version 3.5.1).

    Tried to modify the wp-login.php file with the following line:

    setcookie(‘wp-postpass_’ . COOKIEHASH, stripslashes( $_POST['post_password'] ), time() + 30, COOKIEPATH);

    And it does not work! Probably because this line is referring to Posts and I need Pages, but the wp-pagepass does not exist either!

    How is that possible? I cannot even find a plugin that can fix this issue! If someone uses a public computer, or shares a laptop, then forgets to clear the cache and cookies, the password is saved by the browser itself FOREVER!

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Protected Pages Timeout ??’ is closed to new replies.