SessionOptions
Defined in: src/plugins/middleware/session.ts:58
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
|
Options for the session cookie. |
|||
|
( |
Function to generate a session ID. |
||
|
|
Name of the session cookie. |
||
|
|
Whether to force a session identifier cookie to be set on every response. |
||
|
|
Whether to update the session cookie on every request. |
||
|
|
Whether to save the session on every request. |
||
|
|
Secret used to sign the session cookie. |
||
|
Store to use for session data. |
|||
|
|
Whether to destroy or keep the session on logout. |