Leetcode icon indicating copy to clipboard operation
Leetcode copied to clipboard

38. 为什么需要 Cookie

Open webVueBlog opened this issue 2 years ago • 0 comments

Cookie 用于记住有关用户个人资料的信息(例如用户名)。它基本上包括两个步骤,

当用户访问网页时,用户配置文件可以存储在 cookie 中。 下次用户访问该页面时,cookie 会记住用户配置文件。

webVueBlog avatar Jun 09 '22 01:06 webVueBlog