Posted by R. Rajesh Jeba Anbiah on 03/22/06 06:18
niftyhawk@gmail.com wrote:
> Hi,
>
> I was able to use CURLOPT_COOKIEFILE to write cookies and do my
> redirections fine. But my only concern now is it takes a lot of time
> for CURLOPT_COOKIEFILE to update cookies. I just wanted to know how we
> can speed up this process?
<snip>
I guess, GG ate my yesterday reply. I mentioned that you should
check verbose log and also check if there is any locking issues with
the file. Also, try to place the cookie file in the current path.
Also, CURLOPT_COOKIEFILE is for setting http headers; for setting
http headers, it will fetch the cookie from that file.
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
[Back to original message]
|