Home > Backend Development > PHP Tutorial > curl 调用登录接口,从网页登录并没有session

curl 调用登录接口,从网页登录并没有session

WBOY
Release: 2016-06-06 20:33:58
Original
1555 people have browsed it

我用curl调用我的登录接口比如api.xxx.com/login
之后验证成功,并保存了session,之后我访问我的页面并没有session
直接跳到了登录页面。是我遗漏了什么吗

回复内容:

我用curl调用我的登录接口比如api.xxx.com/login
之后验证成功,并保存了session,之后我访问我的页面并没有session
直接跳到了登录页面。是我遗漏了什么吗

楼主贴代码看看吧。

你要带着登录成功的session去进行相应业务操作

sessionid通过cookie传递的,CURL的时候需要有CURLOPT_COOKIEJAR

session的归根结底还是cookie的问题。使用cURL注意CURLOPT_COOKIEJAR

谢啦各位,我现在不用curl了

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template