tseven (@tseven)

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • tseven
    Member

    @tseven

    I fixed it! o/

    Remember how the cookies “looked” identical?

    Well they weren’t.

    The cookies created by bbpress added the hash to the end of the cookie name.

    Both Safari and Camino didn’t reveal this, but Flock did. I was using these other browsers as a testing platform because I needed to clear cookies in between each test.

    I added:

    $bb->usercookie = 'wordpressuser';
    $bb->passcookie = 'wordpresspass';

    To my bbpress config to solve the problem. (which I found on one of the links you sent me)

    I actually like the idea of the cookie name including the hash. Isn’t this more secure? Correct me if I’m wrong, but wouldn’t this make it near impossible for another site to read that cookie?

    Thanks for your help Trent!


    tseven
    Member

    @tseven

    Thanks for the heads up Trent. Unfortunately those mostly focus integration of user databases etc. Which I have already done.

    Perhaps I’ll take a look at how each application is looking for the cookies. There might be a clue in there.

    It seems most people have the forum in a sub directory of wp,.. which makes things much easier.

    But what I don’t understand is,.. the cookies are IDENTICAL… why doesn’t it work?

Viewing 2 replies - 1 through 2 (of 2 total)