Interface SessionPersistenceManager

  • All Known Implementing Classes:
    InMemorySessionPersistence

    public interface SessionPersistenceManager
    Interface that is used in development mode to support session persistence across redeploys. This is not intended for production use. Serialization is performed on a best effort basis and errors will be ignored.
    Author:
    Stuart Douglas