Skip to main content

How to configure session retention

You can configure how long a session is allowed to live in your browser database before it is automatically deleted. This is done in the settings block in the launch template.

{
"data": [
...
],
"settings": {
"retention": "P2W"
}
}

The retention is defined as a ISO 8601 durations format string and the default if not specified is P2W (2 weeks).