WordPress integration – Cookies
- 
		Hi! I have a smaller blog network (WordPress 3.1 Multisite) and bbPress 1.03. Right now the integration works, but not fully. I can login on the forum with my wordpress user accounts but there’s some problem with cookies. I still need to login/log out one time at each site (forum/blog). I’ve copied this from wp-config.php: define(‘AUTH_KEY’, ”); define(‘SECURE_AUTH_KEY’, ”); define(‘LOGGED_IN_KEY’, ”); define(‘NONCE_KEY’, ”); define(‘AUTH_SALT’, ”); define(‘SECURE_AUTH_SALT’, ”); define(‘LOGGED_IN_SALT’, ”); define(‘NONCE_SALT’, ”); And of course included the salts + added BB_ suffix in bb-config.php. I have a separate database for bbpress and the “Separate user database settings”-settings in options-wordpress seems to be right. The URL:s under cookies is also correct (http://domain.net – as my blog). Do you have any idea what the problem is? Would be grateful for a solution. Thanks. 
- You must be logged in to reply to this topic.