Info
- 4 posts
- 2 voices
- Started 5 years ago by mattpeckham
- Latest reply from mattpeckham
- This topic is not a support question
Login / Logout WP + bbPress Cookies?
-
- Posted 5 years ago #
I think I've got everything set correctly in my config.php file, but for some reason whenever I login to WordPress then switch to my forums, I'm logged out of bbPress. If I log into the forums then switch back to WordPress, I'm logged out of WordPress.
I have the 'define' and 'require_once' lines in my config.php file, and registered WP users *are* showing up correctly in both locations...isn't it supposed to be possible to login once for both? Note I'm using Safari...
Cheers,
Matt
-
- Posted 5 years ago #
if you have the forum as a sub folder in wp installation and have the wp_siteurl and wp_home url set you shouldnt have a problem..
if you dont have the instllation that way... go to
http://bbpress.org/documentation/integration-with-wordpress/and look up the cookies section to fix the problem
-
- Posted 5 years ago #
Hmm...well, my forums are like this:
And the config file is set like this:
$bb->wp_home = 'http://mikecarey.net';
$bb->wp_siteurl = 'http://mikecarey.net'; -
- Posted 5 years ago #
Doh, figured it out. I had http://www.mikecarey.net in the home/siteurl options but just mikecarey.net in the config.php. I just switched lopped the 'www' off in the blog options and bingo, working fine!
-
You must log in to post.