I'm developing application with Angular (version 6, using ngx-rocket starter). I'm concerned about sharing app sessions between tabs in browser. All answers I found are very old. I'm here to ask how to handle that properly (without security issues).
This solution: https://stackoverflow.com/a/32766809/9172963 works, but I'm not really like the idea of putting javascript into index.html of angular app. Other solutions, like for example: Communication between tabs or windows is not at option because app need to work in Edge browser.