ianmartorell / meteor-accounts-ui-bootstrap-3

accounts-ui package with Bootstrap 3 and localization support
150 stars 109 forks source link

Login seems tied to browser #188

Closed tiredoftry closed 8 years ago

tiredoftry commented 8 years ago

If I open two windows of the same brower (two Chrome windows or two FireFox windows) the user is logged in on both. Logging out of one logs out of both.

If I open a Chrome window and a FireFox window, I can have different users logged in at the same time without any issue.

tiredoftry commented 8 years ago

This is the default of the Meteor accounts package.

ianmartorell commented 8 years ago

Yep, this is the expected behaviour not only in Meteor but also in almost every website out there :P