- Web Penetration Testing with Kali Linux(Third Edition)
- Gilberto Najera Gutierrez Juned Ahmed Ansari
- 161字
- 2021-06-24 18:44:53
Cookies
In HTTP communication, a cookie is a single piece of information with name, value, and some behavior parameters stored by the server in the client's filesystem or web browser's memory. Cookies are the de facto standard mechanism through which the session ID is passed back and forth between the client and the web server. When using cookies, the server assigns the client a unique ID by setting the Set-Cookie field in the HTTP response header. When the client receives the header, it will store the value of the cookie; that is, the session ID within a local file or the browser's memory, and it will associate it with the website URL that sent it. When a user revisits the original website, the browser will send the cookie value across, identifying the user.
Besides session tracking, cookies can also be used to store preferences information for the end client, such as language and other configuration options that will persist among sessions.
- Windows Server 2019 Cookbook
- 嵌入式Linux開發技術
- Arch Linux Environment Setup How-to
- Ubuntu Linux操作系統
- 開源安全運維平臺OSSIM疑難解析:入門篇
- 嵌入式操作系統(Linux篇)(微課版)
- Linux運維最佳實踐
- NetDevOps入門與實踐
- Fedora 12 Linux應用基礎
- Learn CUDA Programming
- Linux軟件管理平臺設計與實現
- Linux內核API完全參考手冊(第2版)
- Hadoop Real-World Solutions Cookbook
- Gradle Effective Implementations Guide(Second Edition)
- Linux網絡操作系統項目教程(RHEL 6.4/CentOS 6.4)(第2版)