tough-cookie.setcookieoptions.now.md

May 3, 2024 ยท View on GitHub

Home > tough-cookie > SetCookieOptions > now

SetCookieOptions.now property

Forces the cookie creation and access time of cookies to this value when stored.

Defaults to Date.now() if not provided.

Signature:

now?: Date | undefined;