Forums
-
- Forum
- Posts
-
- Installation
- 28,438
- Troubleshooting
- 62,525
- Themes
- 10,431
- Plugins
- 15,342
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
I wish I didn’t, but I do…bbPress is setting a cookiehash & I need to change it, I thought this would be possible by using
define('BB_COOKIEHASH', md5('my key here'));
or
define('COOKIEHASH', md5('my key here'));
in my bb-config.php, but whatever I use as ‘my key here’ makes no difference to the cookies created by bbPress, any other ideas?