You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Track the current user session in a unique LocalStorage entry and offer the list of previous sessions on page load if the user wants to resume.
Display a non-intrusive, self-dismissing prompt to let the user know there are existing sessions to resume. The modal should only appear if the user wants to continue. Do not prevent the user from working on a fresh page by having to dismiss a modal.
Allow users to delete or clear all the previous sessions. Otherwise, it will keep building up in the browser cache.
User sessions should now have created and last updated timestamps.
Give the user an option to name the session for easier resume
The text was updated successfully, but these errors were encountered:
Track the current user session in a unique LocalStorage entry and offer the list of previous sessions on page load if the user wants to resume.
The text was updated successfully, but these errors were encountered: