I have seen similar problems, but not this exact one:
I have integrated vbulletin and photopost, but I have trouble logging in and out across the applications. I noticed that the
vb cookies are written as
www.domain.com but the photopost cookies are written as .domain.com (without the www).
In the photopost settings table, I have set:
cookie domain .mydomain.com
cookie prefix vB3
cookie path /
In the
vb settings table, I have set:
cookie domain .mydomain.com
cookie path /
and in the
vb config.php, I set:
$config['Misc']['cookieprefix'] = 'vB3';
Question: why am I getting 2 sets of cookies, and how do I fix this?
Thanks!