| Class | Description |
|---|---|
| AbstractGemFireHttpSessionConfiguration |
The
AbstractGemFireHttpSessionConfiguration class is an abstract base class containing configuration logic
common to Apache Geode and Pivotal GemFire in order to manage HttpSession state. |
| GemFireHttpSessionConfiguration |
The
GemFireHttpSessionConfiguration class is a Spring @Configuration class
used to configure and initialize Pivotal GemFire/Apache Geode as a clustered, distributed and replicated
HttpSession provider implementation in Spring Session. |
| Annotation Type | Description |
|---|---|
| EnableGemFireHttpSession |
Add this
annotation to a Spring application defined @Configuration Class
exposing the SessionRepositoryFilter as a bean named springSessionRepositoryFilter
to back the HttpSession with either Apache Geode or Pivotal GemFire. |