Class LocalSessionStore


  • public class LocalSessionStore
    extends SessionStore
    A session store which is only available on a single node.

    Can be used when sticky sessions are being used.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Field Detail

      • DEFAULT_SESSIONID_LENGTH

        public static final int DEFAULT_SESSIONID_LENGTH
        Default length for a session id. More info: https://www.owasp.org/index.php/Session_Management_Cheat_Sheet
        See Also:
        Constant Field Values
      • DEFAULT_REAPER_INTERVAL

        public static final long DEFAULT_REAPER_INTERVAL
        Default of how often, in ms, to check for expired sessions
        See Also:
        Constant Field Values
      • DEFAULT_SESSION_MAP_NAME

        public static final String DEFAULT_SESSION_MAP_NAME
        Default name for map used to store sessions
        See Also:
        Constant Field Values
    • Constructor Detail

      • LocalSessionStore

        public LocalSessionStore​(Object delegate)