tough-cookie.createcookieoptions.lastaccessed.md
May 3, 2024 ยท View on GitHub
Home > tough-cookie > CreateCookieOptions > lastAccessed
CreateCookieOptions.lastAccessed property
Set to the date and time when a cookie was initially stored (RFC6265 Section 5.3) and updated whenever the cookie is retrieved from the CookieJar (RFC6265 Section 5.4).
Signature:
lastAccessed?: Date | 'Infinity' | null;