Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4019560
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:07:10+00:00 2026-05-20T10:07:10+00:00

When you login to a password protected page, WordPress sets a cookie that looks

  • 0

When you login to a password protected page, WordPress sets a cookie that looks like wp-postpass_hash.

This cookie seems to stick around forever. I’d like to be able to provide the user with a ‘log out’ link. Is there a way for me to find and delete this particular cookie if I don’t know the hash? Maybe there’s a way to get the cookie by finding it based on ‘wp-postpass’?

I’ve seen other solutions for altering WordPress’ core files to change the expiration date of the cookie, but this won’t last when there’s an update. Maybe there’s a function I could write to alter the expiration of this particular cookie?

Any tips? Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T10:07:11+00:00Added an answer on May 20, 2026 at 10:07 am
    <?php
    $pass_cookie='';
    foreach($_COOKIE as $key=>$value){
      if(!strncmp($key,"wp-postpass_",12)){
        $pass_cookie = $key;
        break;
      }
    }
    if($pass_cookie){
      setcookie($pass_cookie,'',0);
    }
    ?>
    

    I would rather use something like the above – it doesn’t depend on the position of the wp_postpass cookie

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have this page . login: fer password: m Note: after login you will
On a password protected website (ajax-php-jquery login system), a fadeIn/fadeOut alert confirms that the
How to change this method to check the login and password and after it
I have a login form that has Username and password as inputs from user
I have a password protected area of a site that I use Sessions to
I have some code that is using mechanize and a password protected site. I
I have a directory on a website that is password protected via htaccess. I
I am trying to make a php login page that allows users to access
What is the appropriate HTTP status code for a password protected page? If /some-page.html
here is the login page that created for you when you create a default

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.