Re: cookies (subtle bug?) single sign-on bbpress and wordpress
_ck_, I cleared all the cookies for this domain when doing the test. I also closed all open pages, and started fresh.
The three cookies that I see generated when doing this test on both BBPress and WPMU are:
wordpressuser
wordpresspass
wordpress_test_cookie
I’ll look at the code for logging out of wpmu, and also see if anything gets changed in the database. I’ll then compare that to how BBPress logs out and see if it makes any changes in the database too.
Thanks for the link, but he basically added:
‘
$bb->usercookie = ‘wordpressuser’;
$bb->passcookie = ‘wordpresspass’;
‘
And I’ve already done that.