node.js - Node Js managing sessions -


i want make simple app on android , use node js server. key part user must able login , stay in touch, think cookies best way it. best way store session-id's in nodejs. think problem arise if 1 user logged in more times , want have place active unique session id's stored, database place it?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -