@accelerated-software-development/caddy-api-client - v0.4.3
    Preparing search index...

    Interface CookieOptions

    Cookie configuration options

    interface CookieOptions {
        domain?: string;
        insecure?: boolean;
        lifetime?: string | number;
        path?: string;
        sameSite?: string;
    }
    Index

    Properties

    domain?: string

    Cookie domain (optional - used to create domain-specific config)

    insecure?: boolean

    Whether to allow insecure cookies (HTTP)

    false
    
    lifetime?: string | number

    Cookie lifetime in seconds

    86400 (24 hours)
    
    path?: string

    Cookie path

    "/"
    
    sameSite?: string

    SameSite attribute