response with a `Set-Cookie` HTTP response header that gives them a session id of B
在稍晚一些时候,所有客户端请求都在发送会话id B或C-因此问题并不是浏览器关闭了cookie。这似乎本质上是一种竞争条件--主页面请求和AJAX请求在时间上非常接近地结合在一起,两
我使用Python3.5.1,使用请求,代码的相关部分如下:
req = requests.post(self.URL, data={"username": username, "password":如果在self.cookies = {...}上放置一个断点并运行[(c.name, c.value, c.domain) for c in req.cookies],我会得到一个空列表,好像里面没有任何cookie该网站确实发送了cookie,并使用Chrome扩展,我找到了2,"MOODLE