I'm writing some code to login into my favorite sport site to get stats. I
get logged in ok with the post request showing my username and password, the
response screens welcomes me by name.  However when I send a second request
immediately after the successful login, I'm being told I need to login.  I
thought perhaps it might be cookies, so I tried setting the cookies to the
values previously set on the first attempt, but no luck.

Any ideas?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to