Skip to content

config properties session properties cookie properties retention

GitHub Action edited this page Jan 8, 2025 · 3 revisions

Version

v1.3.2

retention Type

string

retention Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"session" Issues a temporary cookie that lasts for the duration of the browser session.
"persistent" Issues a cookie that remains stored on the user's device until it reaches its expiration date.
"prompt" Allows the user to choose whether to stay signed in. If the user selects 'Stay signed in', a persistent cookie is issued; a session cookie otherwise.

retention Default Value

The default value is:

"persistent"
Clone this wiki locally