Re: WordPress + bbPress Integration 101
daudev
Start with my instructions here.
https://bbpress.org/forums/topic/wp-integration-coockie-does-not-work#post-61676
The difference is step 7
Step 7 WordPress type will be WordPress MU
You’ll have I think four lines.
define( ‘COOKIEHASH’, ‘####################’ );
define( ‘COOKIE_DOMAIN’, ‘.website.com’ );
define( ‘SITECOOKIEPATH’, ‘/’ );
define( ‘COOKIEPATH’, ‘/’ );
Copy it to both files but take out the HASH line in bbpress.
So copy copy the four line into wp-config but the last three line into bb-config