Re: COOKIEHASH defined in bb-config.php
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?