Greetings.  Would like to be able to prevent a user from having two
concurrent, active sessions.  For example want to prevent two sessions for a
specific login from two different machines or browsers.  I don't see an easy
way to deactivate or delete existing sessions for a user upon login, which
would seem to be all that is necessary.

The django_session object does not have reference to an auth_user.  I could
add that so upon login an sql delete could be run against all sessions for a
user other than current session.

Anyone have any experiences or opinions on this subject?  Many thanks,
-Mike

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to