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

Issues changing the value of an element in an array in matlab -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

vb.net - Alternative to the T-SQL AS keyword -