Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Where do I define USER_COOKIE, PASS_COOKIE, AUTH_COOKIE, SECURE_AUTH_COOKIE, LOG

You have to put them all in (and this is mentioned during the install and integration)

define('BB_AUTH_KEY', 'xxx');
define('BB_SECURE_AUTH_KEY', 'xxx');
define('BB_LOGGED_IN_KEY', 'xxx');
define('BB_NONCE_KEY', 'xxx');
define('BB_AUTH_SALT', 'xxx');
define('BB_LOGGED_IN_SALT', 'xxx');
define('BB_SECURE_AUTH_SALT', 'xxx');

Skip to toolbar