yet more login/cookie wp<->bb problems
-
Hi, sorry I’ve read and read and tinkered and tinkered without luck.
BB does not see the WP logged in cookie for some reason.
wordpress is in /news/
bbpress is in /forum/
I am using a plugin on wordpress to change the cookie path to “/” and firefox shows the cookie is indeed set to the “/”
the domain is set to “example.com” without the “.”
right now I’ve got in config.php set as
$bb->usercookie = ‘wordpressuser’;
$bb->passcookie = ‘wordpresspass’;
$bb->cookiedomain = ‘example.com’;
$bb->cookiepath = ‘/’;
So what little detail have I missed?
Thanks for any help!
- You must be logged in to reply to this topic.