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
Is there a reason to use sessionStorage over localStorage to optimize for repeat visits? My understanding is that using sessionStorage only optimizes for repeat visits within the same window (so not even new tab), while localStorage could also for repeat visits after the window is closed or a new tab is opened.