Galaxy Expedition - 我的博客

编写自己的篇章

cookie 详解
#### Cookie 特点 1. 服务器通过 Set-Cookie 响应头设置 Cookie 2. 浏览器得到 Cookie 之后,每次请求都带上 Cookie 3. 服务器读取 Cookie 就知道客户端用户的信息