Skip to the content.
cs-notes
brief computer science notes
View on GitHub
Home
/
cs-notes
/
Network
/
Protocol
/
HTTP
/
应用
/
Cookie
/
创建过程
服务器发送响应报文
Set-Cookie 头部字段
客户端收到响应报文
将 Cookie 保存到浏览器
客户端之后向同一服务器发送请求时
从浏览器取出 Cookie
将 Cookie 同请求一同发送给服务器