Spring Session for VMware GemFire
Package org.springframework.session.data.gemfire.config.annotation.web.http
package org.springframework.session.data.gemfire.config.annotation.web.http
-
ClassDescriptionThe
AbstractGemFireHttpSessionConfigurationclass is an abstract base class containing configuration logic common to Apache Geode and Pivotal GemFire in order to manageHttpSessionstate.Add thisannotationto a Spring application defined@ConfigurationClassexposing theSessionRepositoryFilteras a bean named springSessionRepositoryFilter to back theHttpSessionwith either Apache Geode or Pivotal GemFire.TheGemFireHttpSessionConfigurationclass is a Spring@Configurationclass used to configure and initialize Pivotal GemFire/Apache Geode as a clustered, distributed and replicatedHttpSessionprovider implementation in SpringSession.