Interface HttpSessionStore

  • All Known Implementing Classes:
    MemoryHttpSessionStore

    public interface HttpSessionStore

    Provides a store (or cache) of HttpSession instances.

    This interfaces allows customising the storage of HttpSession instances. Different storage strategies can be used to suit the deployment of the application. For example a different strategy may be chosen if the application is hosted on a single server or across a cluster.

    Author:
    Daniel Sagenschneider