Forums
-
- Forum
- Posts
-
- Installation
- 28,413
- Troubleshooting
- 62,367
- Themes
- 10,408
- Plugins
- 15,321
- Requests & Feedback
- 14,960
- Showcase
- 3,254
-
I added
//try to sync cookies
$bb->cookiedomain = ‘.mpm.org.au’;
$bb->cookiepath = ‘/’;
to bbPress config.php (in root)
I added
define(‘COOKIE_DOMAIN’, ‘.mpm.org.au’);
to wp-config.php (in /300/)
but now I can’t log out of bbpress?