@cldn/web-ts - v0.4.0
    Preparing search index...

    Enumeration SameSiteConst

    Index

    Enumeration Members

    Enumeration Members

    LAX: "Lax"
    NONE: "None"

    Send the cookie with both cross-site and same-site requests. The Secure attribute must also be set when using this value.

    STRICT: "Strict"

    Send the cookie only for requests originating from the same https://developer.mozilla.org/en-US/docs/Glossary/Site|site that set the cookie.