Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: 1.0a2 + 2.6x cookies: so close!

Hmm,

With all the path and cookie info stripped out of bb-config and wp-config, cache and cookies cleared, the logging into bbPress:

wordpress_logged_in_URIHASH => /forum/
wordpress_URIHASH => /wp-content/plugins
wordpress_URIHASH => /wp-admin
wordpress_URIHASH => /forum/my-plugins
wordpress_URIHASH => /forum/bb-plugins
wordpress_URIHASH => /forum/bb-admin

Note the trailing slash on the /forum/ path.

The only ‘integration’ info in the bb-config.php is the db connection stuff. That’s it.

Now, this may be/probably is totally natural, that `wordpress_URIHASH => /wp-content/plugins

wordpress_URIHASH => /wp-admin` cookies are set, and this goes to highlight how wrong my perspective is! Here I was thinking that I had configured at least part of it correctly, the auth cookie stuff, but it was doing it all along, haha.

I wonder if one of the WP user permissions plugins (WP-Sentry comes to mind) is affecting this -nah! Cookies are set before output is sent.

Time to back off of this.

Users will just have to log in twice (between the blog and the fora).

Thanks rowoot.

Skip to toolbar