next version will come with vbulletin cookie support an without phpsession support
so what you can get all needed cookies directly from the vbulletin server ( userid and password as cookie data too )
this feauture can be activated in the admincp
attention, if you will to transfer cookie of userid and password, you should use an ssl connection !!!
this version will come out on monday
and it will include an example to connect the server with cookie support
after first connect ( or login ) you will get an vbulletin-session cookie from the server ( as array )
you can put this cookie in the user session at your application, by next request you can send this cookie with the request
this cookie let you be logged in, at vbulletin
( it create an vbulletin session, if the user login over doLogin function, the user will be displayer on the online.php as logged in on forum )
|