From 1940c414c946aed97d72fa6b079c9e64c65fcd27 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 19 Aug 2019 16:47:48 -0700 Subject: [PATCH] Add links to the Sample Guide and Sample Code for HTTP Session Caching. --- spring-geode-docs/src/docs/asciidoc/samples.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spring-geode-docs/src/docs/asciidoc/samples.adoc b/spring-geode-docs/src/docs/asciidoc/samples.adoc index 9c86f92d..731c8d45 100644 --- a/spring-geode-docs/src/docs/asciidoc/samples.adoc +++ b/spring-geode-docs/src/docs/asciidoc/samples.adoc @@ -8,7 +8,7 @@ Some examples focus on specific Use Cases (e.g. [(HTTP) Session state] caching) SBDG works under-the-hood to give users a better understanding of what is actually happening and how to debug problems with their Apache Geode / Pivotal GemFire, Spring Boot applications. -.Example Apache Geode Applications using Spring Boot +.Example Spring Boot applications using Apache Geode |=== | Guide | Description | Source @@ -35,4 +35,8 @@ This sample builds on the *_Look-Aside Caching_* sample above and is the 3rd and on _caching patterns_. | {github-samples-url}/caching/near[Near Caching] +| link:guides/caching-http-session.html[HTTP Session Caching with Spring Session and Apache Geode] +| Explains how to enable and use Spring Session with Apache Geode to manage HTTP Session state. +| {github-samples-url}/caching/http-session[HTTP Session Caching] + |===