Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bbPress 1.0-alpha-4 released

I’m not sure it fixed everything. Or at least not with root cookies.

If I log in via bbpress I’m logged into bbPress AND WordPress Admin but NOT WordPress user. If I try, subsequently, to login as WordPress user, it acts like I’m logged in, but if I go back to a regular page, it doesn’t work. If I then logout on bbPress, I can log in to WordPress. This happens in reverse as well. I can’t be logged into BOTH at once.

The ‘fix’ to that was to add this to wp-config.php

// Cookies
define('COOKIE_DOMAIN', '.domain.net');
define('COOKIEPATH', '/' );

Which has the even WEIRDER side effect of logging me out between apps. Log in to bbPress, fine. Log in to WordPress, logged OUT of bbPress. Ad nasuem.

The ‘fix’ to that is to disconnect

$bb->logged_in_cookie = 'wordpress_logged_in';

Which is sooo wrong.

FWIW:

Skip to toolbar