Hmmm.. well, in that case, can vBulletin maintain user session by passing the session id through the Query string without cookies?
I've already figured out how to get vBulletin to detect what domain it was requested from, so that if it is not correct (determined by what style is in use), it will redirect the user to the same thread on the other domain name.
What would be the variable I attach to the querystring of the redirect url to send the session id with it, so that the server knows it's the same session? (i.e. ?sess_id=e647u5e6436f4326)
|