trying to log in via a rails app - faking session
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 [DATE]1288671783[/DATE] at [TIME]1288671783[/TIME] ---------------
it was a cookie issue...
sorted
|