Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

经验分享-史上最奇葩的cookie问题 #61

Open
sunmaobin opened this issue Jan 3, 2019 · 0 comments
Open

经验分享-史上最奇葩的cookie问题 #61

sunmaobin opened this issue Jan 3, 2019 · 0 comments
Assignees
Milestone

Comments

@sunmaobin
Copy link
Owner

sunmaobin commented Jan 3, 2019

最近看到一篇文章,关于一个cookie的问题,今天跟大家简单分享下。

文章来源:我遇過的最難的 Cookie 問題

问题描述

  1. 假如在 a.xxx.com 域名下写了一个 cookie,设置 secret=true;domain=a.xxx.com注意: 一定要设置 secret=true
  2. 那么在 b.xxx.com 域名下写 相同名字的 cookie给 domain=.xxx.com 下是写不进去的!!!(注意: 是另一个二级域名给主域名下写)

诡异之处

由于你是在 b.xxx.com 这个域名下写cookie,所以你根本看不到 a.xxx.com下写的自身域下的 cookie!所以,当你打开控制台调试,或者抓包都看不到cookie信息,但是,你就是写不进去。

于是,你就会怀疑是不是自己的写法有问题!进而怀疑人生!

解决办法

  1. 换个 cookie 名字;
  2. 将 cookie 写在 b.xxx.com 自己的域下面;

问题详细分析和来源,请参考:我遇過的最難的 Cookie 問題

@sunmaobin sunmaobin self-assigned this Jan 3, 2019
@sunmaobin sunmaobin added this to the 2019年 milestone Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant