When I open up a browser #1 and log in to our app and then open browser #2 and log in to our app, the first browser log in session closes. I am accomplishing this by calling Meteor.logoutOtherClients()
.
However, I notice that in browser #1, the Meteor.userId()
still exists with an id even after logout from server side. How can I clear this? I no longer would like an id to exist in browser #1