A CookieStore that uses an ExpiringStorage to keep track of the stored cookies. Cookies have a specified time to live in seconds, default is 14 days, after which they will be removed.

Hierarchy

  • BaseCookieStore

Implements

Constructors

Properties

Methods

Constructors

Properties

storage: ExpiringStorage<string, string>
ttl: number

Methods