Forums
-
- Forum
- Posts
-
- Installation
- 28,383
- Troubleshooting
- 62,262
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,918
- Showcase
- 3,252
-
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?