@vk-io/session
    Preparing search index...

    Interface ISessionManagerOptions<T>

    interface ISessionManagerOptions<T = object> {
        contextKey: string;
        storage: ISessionStorage;
        getStorageKey(context: IContext & T): string;
    }

    Type Parameters

    • T = object
    Index

    Properties

    Methods

    Properties

    contextKey: string

    Key for session in context

    Storage based on ISessionStorage interface

    Methods