vBulletin UserID cookie/session variables
When a user logs into vbulletin I know that the bbsessionhash value gets placed into a cookie on the user's browser. Does vBulletin also set this value into a $_SESSION[] value as well that I may be able to access to look up user information? Reason I'm asking is that I have 2 different domains that interact with each other so I can't read the bbsessionhash cookie between the 2 domains. So I'm wondering if I can communicate via session variables instead.
Danny
|