Tweakr
    Preparing search index...

    Interface CookieOptions

    interface CookieOptions {
        expires?: number | Date;
        path?: string;
        sameSite?: "Strict" | "Lax" | "None";
        secure?: boolean;
    }
    Index

    Properties

    expires?: number | Date
    path?: string
    sameSite?: "Strict" | "Lax" | "None"
    secure?: boolean