dtra49684 2011-06-17 09:39
浏览 59
已采纳

卷曲 - 将cookie写入文件

There are 3 files in one folder:

curl.php:

$ch = curl_init('http://localhost/url.php');

curl_setopt($ch, CURLOPT_COOKIEFILE, 'cookies.txt');
curl_setopt($ch, CURLOPT_COOKIEJAR, 'cookies.txt');

curl_exec($ch);

url.php:

setcookie('test', 'foo', time()+60*60*24, '/');

cookies.txt: (empty)

When I run curl.php, I expect that cookie will be saved in cookies.txt.
But nothing happens.

What is wrong with this, why it does not working?

  • 写回答

3条回答 默认 最新

  • duanque19820925 2011-06-17 10:48
    关注

    Does it have permission to write the file in that directory with the user that it executes as?

    If no cookies have been received, there will be no file saved and you should note that the cookies are saved to the file when the handle is closed.

    It might be necessary to give the absolute path of the text file where the cookies should be saved to be sure you know where they end up.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器