Re: cookie integration problem wp2.8 – bb 1.0 rc-2
i’ve downloaded the latest trunk at the mooment is rev # 2192, updated my installation.
bb-config side i’ve $bb->cookiedomain = ‘.www.site.com’; (i’ve tested without www but nothing change…)
in wp-config i’ve deleted
define(‘COOKIEHASH’, ‘whatever’);
define(‘SITECOOKIEPATH’, ‘/wp-admin’);
so i’m
define(‘COOKIE_DOMAIN’, ‘.www.site.com’); (or without www, but nothing change)
define(‘COOKIEPATH’, ‘/’);
the results?
when i login in bb i’m logged out to wp and vice versa, i’m waiting for your plugin to test it.
thanks for your help!