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

  • Home
  • SEARCH
  • 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

My company has code that integrates with activedirectory/LDAP for centralized userid/password login. Currently, the
The login page in my Tapestry application has a property in which the password
I'm creating a login page. I want to create ASP.NET TextBox controls that have
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 created this simple login page. It's supposed to display in the label text
when ntlmprocessingfilter fail (entered wrong username and password), it is forwarded to form-login page.
If a user saves the password on the login form, ff3 is putting the
I've created a login submit form in HTML but for some reason user/password autocompletion
Having integrated merb_auth_password_slice as per the README, I can successfully login as redirect_after_login is

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.