Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

Unfortunately adding these value breaks WP/BBPress login integration (Same value as wp-config without bb_ prefix on the variable)

define(‘BB_AUTH_COOKIE’, ‘xxx’);

define(‘BB_SECURE_AUTH_COOKIE’, ‘xxx’);

define(‘BB_LOGGED_IN_COOKIE’, ‘xxx’);

Thanks for the reply ipstenu

Skip to toolbar