Forums
-
- Forum
- Posts
-
- Installation
- 28,553
- Troubleshooting
- 62,903
- Themes
- 10,445
- Plugins
- 15,400
- Requests & Feedback
- 15,004
- Showcase
- 3,259
-
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.