A container for all session instances.
Report a problem
Clears a session instance for name.
Clears a session with the specified sessionId for the session name.
Clears a session instance with the type T.
Clears a session with the specified sessionId for the session type T. This method allows clearing sessions by ID without needing the session instance.
Clears a session with the specified sessionId for the session type klass. This method allows clearing sessions by ID without needing the session instance.
Finds a session name for the specified type or fails if it's not found.
Gets a session instance for name
Gets a session instance with the type T.
Gets or generates a new session instance using generator with the type T (or name if specified)
Sets a new session instance with name.
Sets a session instance with the type T.