Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Cookies Bug with 1.0-RC-3 and 2.8 Integration?


Arturo
Participant

@arturo84

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.

Skip to toolbar