Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bbPress Session Variable Names


Sam Bauers
Participant

@sambauers

If your site is at:

http://www.example.com/

And bbPress is at:

http://www.example.com/forums/

Then you will need to add this line to your config.php file…

$bb->cookiepath = ‘/’;

That way your code in the base directory that is trying to read the cookies will be able to do so.

Skip to toolbar