I've implemented login functionality using custom cookie authentication and its working well.
When I am logging out from one tab it is working find, once use do log out user will redirect to logout screen. but when I have opened more than one tab, user can still access the pages in other tab.
If I do refresh the page in other tab, user is logging out.
It is working only if I manually refresh the page, how can I logout user without refresh the page.
How can I refresh application state.