Like the last poster, I am able to authenticate the user fine and set the cookies on the forum server, but for some reason when I got to my forum homepage and hit refresh, the user is not logged in.
I have tried various methods as well but no luck.
-I've tried using cURL and sending my user info to login.php
-I've tried running this function after I set my cookies too: process_new_login($vbulletin->GPC['logintype'], $vbulletin->GPC['cookieuser'], $vbulletin->GPC['cssprefs']); but no luck
Any help? I'm using the lastest version of VB. Basically the user session is not created.
Thanks.
|