Progress Persistence
Last modified by gabrielc on 2026/07/13 15:19
Content
Explanation
Task persistence data is currently stored in the browser's local storage for Guests, as well as logged-in users.
Multi-page tours store the active task and current step index in the browser's session storage. This allows the tour to survive page navigation within the same browsing session. Session storage is cleared when the tab is closed.