Quote:
Originally Posted by newsun
I have tried most of that.
First thing I was trying, was to create the session myself by inserting it directly to the database and then setting the cookie. This did not work.
So I tried logging in via cURL, this gets logged in though the idhash and host stored in the session table do not match the client as it's coming from my server. So I tried updating the session table to have the client's ip and an idhash based on this ip. Then set the cookie, this still does not work.
|
So do you know why those things didn't work? Do you know if the browser is actually sending the cookies you set (to vb, I mean)?