Files
build-web-application-with-…/9.1.md
2012-10-14 00:44:28 +08:00

11 lines
404 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
##9.1 预防session定置
我们在前面小节介绍过session它是用来实现在不同的请求之间的会话状态持续为了保证session有效用户的每一次请求都必须包含一个能够唯一标识回话的sessionID。
## links
* [目录](<preface.md>)
* 上一节: [安全与加密](<9.md>)
* 下一节: [避免SQL注入](<9.2.md>)
## LastModified
* $Id$