limatila / MyLoginPage

A project of a simple LogIn/SignUp page. // Um projeto de um site de Cadastro e Acesso de usuários.
0 stars 0 forks source link

Problem with logged accounts #2

Open limatila opened 1 year ago

limatila commented 1 year ago

If a account is logged, it's pushed to the online array. If i want to logout, it will push up of that array with a LogOut method. But if a user simply closes the browser, the account will already be logged, and the User will not be able to reconnect to it. Will this be the end of "online" array?

ps: but i NEED to track ho's online tho

limatila commented 1 year ago

maybe use window.localStorage?