python - Detecting multiple sessions from same user on Google App Engine -


i writing application uses google user api , having google account can login. want prevent multiple users using same google account login simultaneously. basically, allow 1 user / account using application. running subscription service, need restrict users sharing accounts , simultaneously logging in.

can accomplish somehow in app engine using users module? if not, can please suggest alternate mechanism?

i using python on app engine.

yes can, you'll have build session tracking functionality yourself.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -