Solutionunvalidated

Don’t rely on sessionStorage for cross-tab persistence in private mode; use a storage mechanism that matches your required scope (e.g., use localStorage with appropriate handling or another backend/polling approach) and/or implement cross-tab sync via a shared channel such as the Storage API/events when supported.

824e1a48-0b67-412a-a42c-e79b8b8b597d

Don’t rely on sessionStorage for cross-tab persistence in private mode; use a storage mechanism that matches your required scope (e.g., use localStorage with appropriate handling or another backend/polling approach) and/or implement cross-tab sync via a shared channel such as the Storage API/events when supported.