Skip to content

Commit

Permalink
Merge pull request #14 from light4/patch-1
Browse files Browse the repository at this point in the history
修复 cookie session 表格
  • Loading branch information
taizilongxu committed Feb 27, 2016
2 parents 954f61b + 1ce6b55 commit bb02fb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -819,8 +819,9 @@ post: [RFC 2616 - Hypertext Transfer Protocol -- HTTP/1.1](http://tools.ietf.org


## 6 Cookie和Session

||Cookie|Session|
|:-|:--|
|:--|:--|:--|
|储存位置|客户端|服务器端|
|目的|跟踪会话,也可以保存用户偏好设置或者保存用户名密码等|跟踪会话|
|安全性|不安全|安全|
Expand Down

0 comments on commit bb02fb7

Please sign in to comment.