Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Cookie Integration only one way

Install this: https://wordpress.org/extend/plugins/bbpress-integration/ get the info

example

define( 'COOKIEHASH', '1111' );
define( 'COOKIE_DOMAIN', '.website.com' );
define( 'SITECOOKIEPATH', '/' );
define( 'COOKIEPATH', '/' );

put it in your wp-config.php after <?

then put it in your bb-config.php without the cookiehash line.

define( 'COOKIE_DOMAIN', '.website.com' );
define( 'SITECOOKIEPATH', '/' );
define( 'COOKIEPATH', '/' );

Skip to toolbar