PDA

View Full Version : trying to log in via a rails app - faking session


aussiev8
11-01-2010, 11:35 AM
Hey Guys,

I'm trying to fake a session in vbulletin to integrate a rails app I've built.

I've managed to get all the cookies set exactly the same way as vbulletin, and I even update/insert into the database (session table), but when i try to log in to vbulletin, It creates a new session (even though bb_sessionhash is set).

Any ideas? It shouldn't be this hard to fake a login....

--------------- Added 1288671783 at 1288671783 ---------------

it was a cookie issue...

sorted