Cookies login issue with WPMU
-
I’ve been running into cookies issues while trying to integrate bbPress into my existing WPMU site. My WPMU and bbPress installs are located in separate directories on my server (/blogs and /youngadults/forums).
bbPress is currently setup so that when users log into the forums, they are automatically logged into WPMU as well. However, for some reason this is not working the other way around – if I log into WPMU first, I am not logged into bbPress.
Does anyone know of a way to log into bbPress when going through the WPMU login?
I am using the MD5 Insecurity and Mouldy Old Cookies plugins, along with this snippet of code in the bb-config.php file:
$bb->usercookie = ‘wordpressuser’;
$bb->passcookie = ‘wordpresspass’;
- You must be logged in to reply to this topic.