php+curl+login woes...
Ok, so I am logging into vb from within another site that already has membership login. I am able to successfully login with the php+curl code I have.
The problem is that when I go to the forum the I am not actually logged in there. I thought maybe I could nab the bb_sessionhash cookie data from the curl session and the set the cookie, but this is not working.
Anyone have any ideas on how I can transfer this logged in state from the curl session to the actual forum I want to send them to?
|