On Thu, Jan 16, 2014 at 3:31 AM, Chris Angelico <ros...@gmail.com> wrote:
> I'm assuming an authentication system
> that stipulates one single active connection per authenticated user

Incidentally, in an environment where everything's trusted (LAN or
localhost), the "authentication system" can be as simple as "type a
user name". I've done systems like that; first line entered becomes
the handle or key, and it does the same kick-off system on duplicate.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to