Class SessionStore

java.lang.Object
org.eblocker.server.common.session.SessionStore

public class SessionStore extends Object
  • Constructor Details

  • Method Details

    • getSession

      public Session getSession(TransactionIdentifier transactionId)
    • findSession

      public Session findSession(String sessionId)
      Return the session with sessionId. If there is none, return null.
      Parameters:
      sessionId -
      Returns:
    • purgeSessions

      protected void purgeSessions()