Web utility
    Preparing search index...

    Interface CookieAttribute

    interface CookieAttribute {
        domain?: string;
        expires?: Date;
        "max-age"?: number;
        partitioned?: boolean;
        path?: string;
        samesite?: "none" | "lax" | "strict";
        secure?: boolean;
    }
    Index

    Properties

    domain?: string
    expires?: Date
    "max-age"?: number
    partitioned?: boolean
    path?: string
    samesite?: "none" | "lax" | "strict"
    secure?: boolean