Forums
-
- Forum
- Posts
-
- Installation
- 28,502
- Troubleshooting
- 62,665
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,256
-
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.