Cookie Question – WP, BB, and beyond
-
Hello
I’m testing out some things and trying to synchronize WordPress, BBPress and Amember Subscription software. I have pretty much everything worked out, but need a little cookie help if it’s out there.
I’ve read this post, which outlines cookie settings
http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on?replies=22#post-9010
The problem is that I don’t want to install the cookie plugin for WP because I already have this in my Wp-config file
define(‘COOKIEPATH’,’/’);
define(‘SITECOOKIEPATH’, ‘/’);
define(‘COOKIEHASH’, md5($_SERVER[HTTP_HOST]));
I guess my question is, what do I put into my BB config file for cookies?
I realize this may not be a direct BBPress issue, but I thought maybe one of you had an idea.
Thanks
- You must be logged in to reply to this topic.