Skip to content

Commit 320fff4

Browse files
authored
Merge pull request #67 from hyperbeam/scotty/profile-persistence
mention warning about sessions expiring after three months
2 parents 9d1f4be + a76d1aa commit 320fff4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/guides/persist-session-state.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ authenticate again.
1818
In order to save a session, the `profile` parameter must be set to `true` when
1919
[starting a Chromium session](/rest-api/dispatch/start-chromium-session).
2020

21+
<Warning>Saved sessions that have not been accessed for three months expire and are deleted automatically</Warning>
22+
2123
#### Example Request
2224

2325
```curl

0 commit comments

Comments
 (0)