1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Update basis-of-authority-certification.md

wrong redirection with “, ”
This commit is contained in:
Spike 2021-03-24 22:53:24 +08:00 committed by GitHub
parent ccdea6cf59
commit af8fe02d3d
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返回给客户端**