From 79569f5a6f2704099ef1b02341871b759bf17c13 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 5 Jan 2015 16:12:45 -0600 Subject: [PATCH] Polish doc --- docs/src/docs/asciidoc/index.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/docs/asciidoc/index.adoc b/docs/src/docs/asciidoc/index.adoc index 3bb31db..510bed1 100644 --- a/docs/src/docs/asciidoc/index.adoc +++ b/docs/src/docs/asciidoc/index.adoc @@ -74,6 +74,8 @@ include::guides/httpsession.adoc[tags=config,leveloffset=+1] [[httpsession-how]] == How HttpSession Integration Works +This section describes how Spring Session provides transparent integration with `HttpSession`. The intent is so that user's can understand what is happening under the covers. This functionality is already integrated and you do NOT need to implement this logic yourself. + Fortunately both `HttpSession` and `HttpServletRequest` (the API for obtaining an `HttpSession`) are both interfaces. This means that we can provide our own implementations for each of these APIs.