CookieExpiration interface
The configuration settings of the session cookie's expiration.
Properties
convention | The convention used when determining the session cookie's expiration. |
time |
The time after the request is made when the session cookie should expire. |
Property Details
convention
The convention used when determining the session cookie's expiration.
convention?: CookieExpirationConvention
Property Value
timeToExpiration
The time after the request is made when the session cookie should expire.
timeToExpiration?: string
Property Value
string