Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,269
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,924
- Showcase
- 3,252
-
AUTH_COOKIE, SECURE_AUTH_COOKIE, and LOGGED_IN_COOKIE are all done in the bb-config,php file, same as it’s in the wp-config.php file. The only catch is you name them with BB_ in front, so its:
BB_AUTH_COOKIE
BB_SECURE_AUTH_COOKIE
BB_LOGGED_IN_COOKIE
The rest I don’t think you need to define.