Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Cookies

In addition to editing bbPress’ cookie information, you will have to edit WordPress’:

for both bbPress and WordPress

the domain should be .salatti.net (note the first .)

the path should be /

So in bbPress’ config.php:

$bb->cookiedomain = ‘.salatti.net’;

$bb->cookiepath = ‘/’;

in WordPress’ wp-config.php:

define(‘COOKIE_DOMAIN’, ‘.salatti.net’);

define(‘COOKIEPATH’, ‘/’);

define(‘SITECOOKIEPATH’, ‘/’);

Let us know how it works.

Skip to toolbar