Class NullSessionCache

  • All Implemented Interfaces:
    SessionCache, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle

    @Deprecated(since="2021-05-27")
    public class NullSessionCache
    extends AbstractSessionCache
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    NullSessionCache Does not actually cache any Session objects. Useful for testing. Also useful if you do not want to share Session objects with the same id between simultaneous requests: note that this means that context forwarding can't share the same id either.