1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Merge pull request #1138 from zh-Spike/patch-2

Update basis-of-authority-certification.md
This commit is contained in:
Guide哥 2021-03-25 20:44:51 +08:00 committed by GitHub
commit 1b9aa577eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ Cookie 和 Session都是用来跟踪浏览器用户身份的会话方式
### 2.2 如何在服务端使用 Cookie 呢?
这部分内容参考https://attacomsian.com/blog/cookies-spring-boot 更多如何在Spring Boot中使用Cookie 的内容可以查看这篇文章。
这部分内容参考https://attacomsian.com/blog/cookies-spring-boot, 更多如何在Spring Boot中使用Cookie 的内容可以查看这篇文章。
**1)设置cookie返回给客户端**