I have some values in my site which i want to clear when browser is close, i chose session Storage to store that values, it clear when tab is close and keep storing if user reload the page , but if user open some link in different tab this values unavailable. How i can share session Storage values between all browser tabs with my application using angular 4?
The use case: put value in some storage, keep that value accessible in all browser tabs and clear it if all tabs is closed.