Interface SessionStore

All Known Implementing Classes:
InMemorySessionStore

public interface SessionStore
Where sessions live. InMemorySessionStore unless one that survives restarts is configured.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    The session, or null.
    void
    save(Session session)
     
  • Method Details