Apache Geode CHANGELOG

HTTP Session Management Module for AppServers

You implement session caching with the HTTP Session Management Module for AppServers with a special filter, defined in the web.xml, which is configured to intercept and wrap all requests.

You can use this HTTP module with a variety of application servers. Wrapping each request allows the interception of getSession() calls to be handled by Geode instead of the native container. This approach is a generic solution, which is supported by any container that implements the Servlet 3.1 specification.