I have an ASP.NET Web application and different pages are opened in multiple tabs of same browser.
Now, if user logs through a new tab in the same browser, I want to refresh all the tabs of that particular domain/website, which are already opened in different tabs of same browser.
How can I achieve this?
Thanks..!!