Re: Cookies Bug with 1.0-RC-3 and 2.8 Integration?
see the following 3d:
https://bbpress.org/forums/topic/just-one-more-release-candidate-10-rc-3
https://bbpress.org/forums/topic/cookie-integration-problem-wp28-bb-10-rc-2
to make the integration work, change the cookie key, in wp-config and bb-config, in wp-config insert :
define(‘COOKIE_DOMAIN’, ‘www.site.com’);
define(‘COOKIEPATH’, ‘/’);
in bb-config:
$bb->cookiedomain = ‘www.site.com’;
with this code i have the integration fixed.