Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: a spot of trouble with auth cookie salt, wpmu 2.6.5 bbpress 1.0.4 a, buddypress

@ehegwer,

I was having the same problem, then sambauers told me this:

You can either define the COOKIEHASH in WPMU or define each cookie name individually in WPMU

The COOKIEHASH is the letter jumble part of each cookie name after the last underscore.

So, put define(‘COOKIEHASH’, ” ); in your wp-config file, and place the cookie hash between the single-quote (I found this by viewing my cookies after logging in through the brower and taking the alpha-numeric string following the wordpress_

I saw something like this:

wordpress_f8jhg89q00w…

Make any sense?

Skip to toolbar