Skip to:
Content
Pages
Categories
Search
Top
Bottom

another wp and bbpress cookies login issue. Someone please help me out!!!

  • I have installed the wordpress in http://example.com/

    and bbpress in http://example.com/forum

    The 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.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar