I have a javascript/node application that uses cookies to authenticate users to the site. I need to be able to logout users even if their browser window is still open.
I can make their cookies invalid on the server... but that does not log them out until they click on some link in the site, or close their browser window. I need to be able to instantly kick them off the site even while their browser window is still open. Any ideas?