Forums
-
- Forum
- Posts
-
- Installation
- 28,406
- Troubleshooting
- 62,337
- Themes
- 10,400
- Plugins
- 15,321
- Requests & Feedback
- 14,945
- Showcase
- 3,254
-
Nothing secret. My forum is on subdomain while my blog is on main domain.
All i need to do is define define('COOKIE_DOMAIN', '.atsutane.net');
and define('COOKIEPATH', '/');
inside wp-config.php
And if you are using Bbpress 1.0 RC1 with WP 2.7.1, you need to defind this define('WP_AUTH_COOKIE_VERSION', 1);
inside bb-config.php.
Another thing is, i let bbpress handle all registration and log in/log out process.
Hope this will help you