Access user data outside bbpress
-
I’m integrating a bbpress forum into a website and I need access to the bbpress user info and functions.
at the top of my php page i’ve done
require(“/path/to/forum/bb-load.php”);
This works great so far, I can load the forum, display topics etc. The only problem is that I can not maintain a user log in when I go from the forum to my new page. I’ve dumped the $_COOKIE var from my new page and the bbpress cookie is not present. If I dump $_COOKIE from a bbpress page its present.
Any idea?
Is there any way I can make the bbpress cookie available in my new page?
- You must be logged in to reply to this topic.