Re: cookie integration problem wp2.8 – bb 1.0 rc-2
in bb-config.php:
define( ‘BB_AUTH_KEY’, ‘mathes WP-config key’);
define( ‘BB_SECURE_AUTH_KEY’, ‘mathes WP-config key’);
define( ‘BB_LOGGED_IN_KEY’, ‘mathes WP-config key’);
define( ‘BB_NONCE_KEY’, ‘mathes WP-config key’);
$bb->cookiedomain = ‘www.volleyballnh.com’;
don’t forgot to generate a new cookie key on wp.org site.
in wp-config.php:
define( ‘AUTH_KEY’, ‘mathes BB-config key’);
define( ‘SECURE_AUTH_KEY’, ‘mathes BB-config key’);
define( ‘LOGGED_IN_KEY’, ‘mathes BB-config key’);
define( ‘NONCE_KEY’, ‘mathes BB-config key’);
define(‘COOKIE_DOMAIN’, ‘www.volleyballnh.com’);
define(‘COOKIEPATH’, ‘/’);
STOP.
i’m wp2.8 (not mu) and bbpress 1.0 rc-3 all works without problem with this configuration