WebFlux custom cookie sample

Resolves gh-1620
This commit is contained in:
Eleftheria Stein
2020-04-22 12:06:36 -04:00
parent 997ff56c63
commit 29af9d3a4d
11 changed files with 472 additions and 0 deletions

View File

@@ -70,6 +70,10 @@ To get started with Spring Session, the best place to start is our Sample Applic
| Demonstrates how to use Spring Session to replace the Spring WebFlux's `WebSession` with Redis.
|
| {gh-samples-url}spring-session-sample-boot-webflux-custom-cookie[WebFlux with Custom Cookie]
| Demonstrates how to use Spring Session to customize the Session cookie in a WebFlux based application.
|
| {gh-samples-url}spring-session-sample-boot-redis-json[HttpSession with Redis JSON serialization]
| Demonstrates how to use Spring Session to replace the `HttpSession` with Redis using JSON serialization.
|