Skip to:
Content
Pages
Categories
Search
Top
Bottom

yet more login/cookie wp<->bb problems


  • _ck_
    Participant

    @_ck_

    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!

Viewing 1 replies (of 1 total)

  • _ck_
    Participant

    @_ck_

    Aha!

    I thought the hash value was unique for each user.

    Apparently it’s unique for each blog.

    so

    $bb->usercookie = ‘wordpressuser_full.hash.number”;

    $bb->passcookie = ‘wordpresspass_full.hash.number”;

    Did the trick in config.php

    Since WP 2.1+ uses the hash number, probably should update the instructions around the site. Thanks again!

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