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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -