SessionCookieOptions
Defined in: src/plugins/middleware/session.ts:19
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
|
|
Domain of the session cookie. |
||
|
|
Expiration date of the session cookie. |
||
|
|
Whether the session cookie should be HTTP-only. |
||
|
|
Maximum age of the session cookie in milliseconds. |
||
|
|
Path of the session cookie. |
||
|
|
Priority of the session cookie. |
||
|
|
SameSite attribute of the session cookie. |
||
|
|
Whether the session cookie should be secure. |
||
|
|
Whether the session cookie should be signed. |