PDA

View Full Version : vBulletin UserID cookie/session variables


LauraS
12-18-2008, 02:26 PM
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

Dismounted
12-19-2008, 03:41 AM
No, vBulletin does not use PHP's implementation of sessions. Have a look at the "session" table.