Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Cookies in WP and BBpress only works on logout

I have found the problem! When i have pasted the auth key etc in wp-config.php I have been pasted the BB_AUTH_KEY etc

Be sure that in wp-config.php there is that :

define(‘AUTH_KEY’, ‘x’);

define(‘SECURE_AUTH_KEY’, ‘x’);

define(‘LOGGED_IN_KEY’, ‘x’);

define(‘NONCE_KEY’, ‘x’);

and not:

define(‘BB_AUTH_KEY’, ‘x’);

define(‘BB_SECURE_AUTH_KEY’, ‘x’);

define(‘BB_LOGGED_IN_KEY’, ‘x’);

define(‘BB_NONCE_KEY’, ‘x’);

Skip to toolbar