当前位置:网站首页>Take you in-depth understanding of cookies
Take you in-depth understanding of cookies
2022-08-05 06:20:00 【lsely】
Take you in-depth understanding of cookies
This article only introduces some basic knowledge of cookies and the components that make up cookies, and does not introduce usage.
What the heck is a cookie?
Cookie, the introduction in Baidu Baike refers to "data stored on the user's local terminal",In human terms, it is similar to a browser's local cache, which is a piece of text that a website uses to identify a user.Generally speaking, when we open a website, the web server of the website will generate an ID information for the user. It can be said that this is the user's network "ID card", and then this "ID card" will be saved locally on the user's computer.If the user logs in to the website again, the web server can read the text and obtain various information about the user. This process is login.

Cookie sending mechanism
In general, whenever we log in to a website for the first time, the web server will send a cookie to the user's local, and in subsequent logins, the user's local cookie will be sent to the web server to verify theirAccount, represented by an image: 
The composition of cookies
Cookies are essentially text data. Generally, this data is encrypted and consists of name, value, and several equivalents used to control the scope of use or valid time of the cookie.
- Name and Value Name/Value: The name and value of the cookie.
- Expires Expires: The expiration date of the cookie.Expriers are divided into two types of storage: session and persistent.Session cookies are stored in the user's memory and are cleared when the browser is launched; persistent cookies are stored on the user's local hard drive and will not expire until the user logs out.Speaking human words is a temporary storage, a long-term storage.
- Scope of use Domain: The scope of use of cookies.
- Security Secure: Whether the cookie uses the Https protocol.
Summary
Cookie is the data (encrypted) that the website uses to identify the user and saved on the user's local area. It is the text data temporarily or permanently saved locally by the user, and generally consists of name, value, validity period, and scope of use.
边栏推荐
- CIPU, what impact does it have on the cloud computing industry?
- LeetCode面试题
- Growth: IT Operations Trends Report
- 增长:IT运维发展趋势报告
- spark operator-textFile operator
- Introductory document 05-2 use return instructions the current task has been completed
- [Day6] File system permission management, file special permissions, hidden attributes
- 传输层协议(TCP3次握手)
- TCP/IP four-layer model
- [Day5] Soft and hard links File storage, deletion, directory management commands
猜你喜欢

云计算——osi七层与TCP\IP协议

Hugo搭建个人博客
![[Day1] (Super detailed steps) Build a soft RAID disk array](/img/40/cda8e5522c2795e03c0d47e8a689f8.png)
[Day1] (Super detailed steps) Build a soft RAID disk array

Problems encountered in installing Yolo3 target detection module in Autoware

spark operator - map vs mapPartitions operator

static routing

Cloud computing - osi seven layers and TCP\IP protocol

Mongodb query analyzer parsing

5分钟完成mysql离线安装

传输层协议
随机推荐
Disk management and file systems
VRRP原理及命令
Account and Permission Management
正则表达式小示例--获取重复最多的字符及其数量
spark source code - task submission process - 3-ApplicationMaster
CIPU, what impact does it have on the cloud computing industry?
ACL 和NAT
Problems encountered in installing Yolo3 target detection module in Autoware
IP packet format (ICMP protocol and ARP protocol)
[问题已处理]-虚拟机报错contains a file system with errors check forced
Network wiring and digital-to-system conversion
深度 Zabbix 使用指南——来自惨绿少年
[Day5] Soft and hard links File storage, deletion, directory management commands
The problem of calling ds18b20 through a single bus
This is indeed the best article on microservice architecture I have read!
vim教程:vimtutor
Transport layer protocol (TCP 3-way handshake)
Spark source code-task submission process-6.1-sparkContext initialization-create spark driver side execution environment SparkEnv
NAT实验
VLAN详解及实验