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/modules/ROOT/pages/api.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ For additional information on how to create a `RedisConnectionFactory`, see the
173
173
=== Using `@EnableRedisHttpSession`
174
174
175
175
In a web environment, the simplest way to create a new `RedisIndexedSessionRepository` is to use `@EnableRedisHttpSession`.
176
-
You can find complete example usage in the xref:samples.adoc#samples[].
176
+
You can find complete example usage in the xref:samples.adoc#samples[Samples and Guides (Start Here)].
177
177
You can use the following attributes to customize the configuration:
178
178
179
179
* *maxInactiveIntervalInSeconds*: The amount of time before the session expires, in seconds.
@@ -547,7 +547,7 @@ For additional information on how to create and configure `JdbcTemplate` and `Pl
547
547
=== Using `@EnableJdbcHttpSession`
548
548
549
549
In a web environment, the simplest way to create a new `JdbcIndexedSessionRepository` is to use `@EnableJdbcHttpSession`.
550
-
You can find complete example usage in the xref:samples.adoc#samples[]
550
+
You can find complete example usage in the xref:samples.adoc#samples[Samples and Guides (Start Here)]
551
551
You can use the following attributes to customize the configuration:
552
552
553
553
* *tableName*: The name of database table used by Spring Session to store sessions
@@ -622,7 +622,7 @@ For additional information on how to create and configure Hazelcast instance, se
622
622
To use https://hazelcast.org/[Hazelcast] as your backing source for the `SessionRepository`, you can add the `@EnableHazelcastHttpSession` annotation to a `@Configuration` class.
623
623
Doing so extends the functionality provided by the `@EnableSpringHttpSession` annotation but makes the `SessionRepository` for you in Hazelcast.
624
624
You must provide a single `HazelcastInstance` bean for the configuration to work.
625
-
You can find a complete configuration example in the xref:samples.adoc#samples[].
625
+
You can find a complete configuration example in the xref:samples.adoc#samples[Samples and Guides (Start Here)].
0 commit comments