Forums
-
- Forum
- Posts
-
- Installation
- 28,413
- Troubleshooting
- 62,361
- Themes
- 10,408
- Plugins
- 15,321
- Requests & Feedback
- 14,959
- Showcase
- 3,254
-
Try putting this in your bb-config, it should rename those bbPress cookies for you:
$bb->usercookie = 'wordpressuser';
$bb->passcookie = 'wordpresspass';
.
You may also need to adjust the cookie domain and path, but try that first.