drzablspw01655860 2015-06-15 10:43
浏览 86
已采纳

用于下一个请求的标头中的PHP Set-Cookie

I send a request to the server using php curl,i am getting the server response like:

Array
(
 [0] => HTTP/1.1 200 OK
 [1] => Connection: close
 [2] => Date: Mon, 15 Jun 2015 10:34:22 GMT
 [3] => Server: Microsoft-IIS/6.0
 [4] => X-Powered-By: ASP.NET
 [5] => X-AspNet-Version: 1.1.4322
 [6] => Set-Cookie: ASP.NET_SessionId=qqvn5y55p2cwqkmkdt5z1455; path=/
 [7] => Cache-Control: private, max-age=0
 [8] => Content-Type: text/xml; charset=utf-8
 [9] => Content-Length: 1379
 )

In the next request i have to send this session ID for sending the XML.But i don't know how i can send that Session ID through header using CURL Method.

  • 写回答

1条回答 默认 最新

  • duandeng2265 2015-06-15 11:37
    关注
     curl_setopt($ch, CURLOPT_COOKIE, session_name().'='.session_id()); 
    
    or
    
    
    
     curl_setopt($ch, CURLOPT_COOKIE, $cookie); 
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 c程序不知道为什么得不到结果
  • ¥40 复杂的限制性的商函数处理
  • ¥15 程序不包含适用于入口点的静态Main方法
  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置