Update all open tabs in the brownser of an aspnet mcv C application#

Hello.

I am developing an application and wanted when a user logs in or logs in to update all the tabs that the application has open in the browser.

Example:

User John is logged in to tab 1. User Maria duplicates the tab and LogOff and then logs into Tab 2.

So I wanted to somehow update these two tabs or log out to tab 1.

In my application this causes problems because the screen gets with the login field written John and in truths the data in session is like Mary.

I have tried to buy the SessionID of each session but every request a new SessionID is created.

Gmail does what I want:

insert the description of the image here

Thank you right now.

Author: Allan Scarelli, 2016-04-28