How does Meteor's accounts package keeps the User Login in browser?

I need to know how does the Meteor’s Accounts Package keeps the User Login?
Is it using some cookies or sessions to keep the user login across the browser?
Is there any detailed article about the mechensim of Meteor’s Accounts Package?

Source code
Doc(umentation)