How to share information between browser tabs that are opened from specific tab
If I open an app (SPA) in multiple tabs (manually opened tabs), I want to make some of the information persistent as a session for each tab. Session storage does this job.