Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Just one more… release candidate 1.0-RC-3

Disregard my last, very long plea, I actually figured my issue out. Given I have several mapped domains (and even mapped sites) I had to use the following Cookie settings:

wp-config:

define( ‘COOKIE_DOMAIN’, ” );

define( ‘SITECOOKIEPATH’, ‘/’ );

define( ‘COOKIEPATH’, ‘/’ );

define( ‘COOKIEHASH’, ‘#######################’ );

bb-config:

define( ‘WP_AUTH_COOKIE_VERSION’, 1 );

define( ‘COOKIE_DOMAIN’, ” );

define( ‘SITECOOKIEPATH’, ‘/’ );

define( ‘COOKIEPATH’, ‘/’ );

And that is now working like a champ across all domains. Anyone see an issue with this I may be overlooking?

Skip to toolbar