|
In vbulletin you have your cookies set like this
cookie path /
cookie domain .domain.com
In Photopost you have your cookies set like this
cookie path /
cookie prefix bb
cookie domain .domain.com
In your config settings you have the proper vblicense entered where asked not customer number?
If you have cookies set global like this the login would never be dropped. Essentially what this does is set a cookie that is read over the entire website and every subdomain. The domain names must be the same and have the period before the domain name to be global.
|