Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Force old cookie expiry?


deadlyhifi
Participant

@tomdebruin

Thanks _ck_. I’m sure it’s easy when you know how.

The cookie now has a different name.

my old cookies are:

$bb->authcookie = ‘wordpress_REPLACEDcabef’;

$bb->secure_auth_cookie = ‘wordpress_sec_REPLACEDcabef’;

$bb->logged_in_cookie = ‘wordpress_logged_in_REPLACEDcabef’;

I was messing with

setcookie('wordpress_logged_in_REPLACEDcabef','',time()-3600)

just placing in the head of my page but I get a headers already sent message.

Skip to toolbar