You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-session-docs/src/docs/asciidoc/guides/boot-websocket.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ link:../index.html[Index]
20
20
21
21
== HttpSession Setup
22
22
23
-
The first step is to integrate Spring Session with the HttpSession. These steps are already outlined in the link:httpsession.html[HttpSession Guide].
23
+
The first step is to integrate Spring Session with the HttpSession. These steps are already outlined in the link:./boot-redis.html[HttpSession with Redis Guide].
24
24
25
25
Please make sure you have already integrated Spring Session with HttpSession before proceeding.
Copy file name to clipboardExpand all lines: spring-session-docs/src/docs/asciidoc/guides/java-custom-cookie.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Rob Winch; Eleftheria Stein-Kousathana
6
6
:docinfodir: guides
7
7
8
8
This guide describes how to configure Spring Session to use custom cookies with Java Configuration.
9
-
The guide assumes you have already link:./httpsession.html[set up Spring Session in your project].
9
+
The guide assumes you have already set up Spring Session in your project using your chosen data store. For example, link:./boot-redis.html[HttpSession with Redis].
10
10
11
11
NOTE: You can find the completed guide in the <<custom-cookie-sample, Custom Cookie sample application>>.
0 commit comments