Re: Everything Works Except Cookies
Still does the same thing. I can log into both but they log each other out. Here’s my quick settings. Do they look right?
// WordPress cookie integration speedup
$bb->wp_siteurl = 'http://www.mysite.com';
$bb->wp_home = 'http://www.mysite.com';
$bb->cookiedomain = '.mysite.com';
$bb->cookiepath = '/';
$bb->authcookie = 'wordpress_3f597388c6109a55a322633x12345678';
$bb->secure_auth_cookie = 'wordpress_sec_3f597388c6109a55a322633x12345678';
$bb->logged_in_cookie = 'wordpress_logged_in_3f597388c6109a55a322633x12345678';
$bb->admin_cookie_path = '/forums/bb-admin';
$bb->core_plugins_cookie_path = '/forums/bb-plugins';
$bb->user_plugins_cookie_path = '/forums/my-plugins';
$bb->sitecookiepath = '/';
$bb->wp_admin_cookie_path = '/wp-admin';
$bb->wp_plugins_cookie_path = '/wp-content/plugins';