Kito Framework - v1.0.0-alpha.8
    Preparing search index...

    Interface CookieOptions

    interface CookieOptions {
        domain?: string;
        expires?: Date;
        httpOnly?: boolean;
        maxAge?: number;
        path?: string;
        secure?: boolean;
        signed?: boolean;
        sameSite?: boolean | "lax" | "strict" | "none";
    }
    Index

    Properties

    domain?: string
    expires?: Date
    httpOnly?: boolean
    maxAge?: number
    path?: string
    secure?: boolean
    signed?: boolean
    sameSite?: boolean | "lax" | "strict" | "none"