cURL and sessions...
Posted: Fri May 12, 2006 9:09 pm
I have written some things in the past with cURL and never had any issues with it not keeping sessions. By default libcurl is supposed to keep and maintain a session cookie but I've just run into an issue where it's not. I'm trying to log in to a site so I can transfer a file and for some reason after I post my log in information, it's taking me right back to the log in screen.
I have a feeling that I'm missing a curl_setopt() param but I don't know what it could be. Can anyone shed some light on this?
I have a feeling that I'm missing a curl_setopt() param but I don't know what it could be. Can anyone shed some light on this?