Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Another integration problem – login

The cookies part can be daunting in the beginning to add, but once you figure it out, it is not so bad. Sometimes placing in the cookie path isn’t enough and you have to add the locations of the cookies and the names. Let me give you some examples:

My blog is in a couple different folders so I use this:

$bb->usercookie = 'wordpressuser';

$bb->passcookie = 'wordpresspass';

$bb->cookiedomain = '.onvertigo.com';

$bb->cookiepath = '/';

Trent

Skip to toolbar