Hi Guys,
I know this question has come up before, but I'm still having trouble figuring it out.
I'm trying to make cURL post a form to website to authenticate a username and password. Apparently, the site uses cookies to check if you're logged in (why they don't just use your session id, I don't know). Anyway, I can't get the cookie functions to work correctly. I tried using SETOPT_COOKIEJAR to dump the cookies to a file, but nothing ever gets dumped. I've even tried creating an empty file ahead of time - no dice. Is it a permissions problem with my webserver?
FYI, Machine: Dual 400 running Slack 8.0,
kernel: 2.4.16, php: 4.1.1, curl: 7.9.2, apache: 1.3.22
Thanks in Advance for any help.
-Scott