Info
- 3 posts
- 2 voices
- Started 3 years ago by venustang
- Latest reply from chrishajer
- This topic is not resolved
another wp and bbpress cookies login issue. Someone please help me out!!!
-
- Posted 3 years ago #
I have installed the wordpress in http://example.com/
and bbpress in http://example.com/forumThe database is successfully integrated. wp user can use the same username and password to login bbpress. There is some weird cookies going on. Users login to wordpress but they need to login again in bbpress. However, when they logout wordpress and it will automatically logout in bbpress too. I have read some of the post so I add this to wp-config.php
define('COOKIE_DOMAIN', '');
define('COOKIEPATH', '/');And I also add this to bbpress bb-config.php
$bb->path = '/forum/';
$bb->usercookie = 'wordpressuser';
$bb->passcookie = 'wordpresspass';But no luck and it doesn't work. I see someone who can see their cookies in the computer.... And I am not sure how to see if the site create a cookies for me. I am using Mac OSX 10.4. Firefox. I am not sure how to see the cookies is created in my computer or not. It would be great if someone can guide me through like a newbie.... Thank you very much for any of your help.
-
- Posted 3 years ago #
I am using wp 2.7.1 and bbpress 0.9.0.4..... I saw another post said that he used wp 2.7.0 and bbpress 1.0-Alpha-6 and the cookies problem solved. Should I do the same thing? Or is there any other method I can make it work so I don't have to install everything again?
-
- Posted 3 years ago #
First post here:
http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101#post-17409Basically, one of these two solutions:
http://superann.com/2009/02/26/wordpress-26-27-bbpress-09-cookie-integration-plugin/
http://bbpress.org/plugins/topic/freshly-baked-cookies/ -
You must log in to post.