Back to Node Auth0

Variable SessionCookieMetadataModeEnumConst

docs/variables/management.Management.SessionCookieMetadataModeEnum.html

5.9.1741 B
Original Source

Variable SessionCookieMetadataModeEnumConst

SessionCookieMetadataModeEnum: {
NonPersistent: "non-persistent";
Persistent: "persistent";
} = ...

[Private Early Access] The persistence mode of the session cookie. When set to "non-persistent" (ephemeral), the cookie will be deleted when the browser is closed. When set to "persistent", the cookie will be stored until it expires or is deleted by the user.

Type Declaration

ReadonlyNonPersistent: "non-persistent"
ReadonlyPersistent: "persistent"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark