Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: cookie integration problem wp2.8 – bb 1.0 rc-2


rghedin
Participant

@rghedin

Hi guys,

I was facing the same problem here, but I could solve it. Basically, I put this on wp-config.php:

define('COOKIEHASH', '65f9fb5b6e5df178e02402af4495ed46');
define('COOKIE_DOMAIN', '.www.rodrigoghedin.com.br');
define('SITECOOKIEPATH', '/teste/');
define('COOKIEPATH', '/teste/');

And this in bb-config.php:

$bb->cookiedomain = '.www.rodrigoghedin.com.br';

I’m running a test installation. Main WordPress is in a directory (/teste), and bbPress is a sub-directory (/teste/bbpress). Right now, it’s working fine.

[]’s!

Skip to toolbar