android - How to implement multi device log in? -


my app allows registered users log in.

my current implementation log in user, register sessionid on server's db , on mobile device itself. if these 2 match, authenticated , logged in.

however poses problem when user has multiple devices (iphone, android, tablets etc). because unless logged out previous session, server's db retain current session , prevent logging in other devices.

hope can share solution handle multi device log ins.


Comments

Popular posts from this blog

My HTML document is not linking to my CSS stylesheet properly -

php array slice every 2th rule -

node.js - Sending sockets to client side, Error: Converting circular structure to JSON -