curl-and-php
Re: Warning: Failed to save cookies in cookie file
Date: Fri, 23 Jan 2009 08:23:14 -0800 (PST)
That sounds great. How does libcurl set the permissions? On my server, the cookie containing folder '/cookies/' has been set to 777, but each of the cookie files that libcurl created is set to 644. I had hoped that the folder permissions would carry. This was working, but after a change to:
curl_setopt($ch1, CURLOPT_COOKIESESSION, TRUE);
I started having a problem and now the cookie files have not been modified for 3 days??
Further info: After the cookie files have been deleted, the first time after curl_exec all is fine, i.e. no warning. After that, the cookie file is not been accessed or modified.
So, there are questions about 2 items here. What is the logic behind curlopt_cookiesession and if curl writes cookie files when none exist, why would I need to change permissions?
----- Original Message ----
From: Daniel Stenberg <daniel_at_haxx.se>
To: curl with PHP <curl-and-php_at_cool.haxx.se>
Sent: Thursday, January 22, 2009 5:13:23 PM
Subject: Re: Warning: Failed to save cookies in cookie file
On Thu, 22 Jan 2009, David Colter wrote:
> * WARNING: failed to save cookies in /cookies/sched_bot_cookies.txt
>
> Has anyone seen this or have any ideas of what causes
Strangely enough, it is caused by libcurl failing to save the cookies to the given file...
Most often this is due to permissions, but can of course be all sorts of reasons.
-- / daniel.haxx.se _______________________________________________ http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php _______________________________________________ http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-phpReceived on 2009-01-23