plugins/session library
Library for Session Plugin
Classes
-
MemorySessionStorage<
T> - In-memory session storage implementation.
-
SessionContext<
TSession> - Abstract base class for contexts with typed session access.
-
SessionPlugin<
CTX extends Context, TSession> - A comprehensive session management plugin.
-
SessionStorage<
T> - Interface for session storage backends.