[web2py] Re: Authentication and multiple logon sessions

2010-11-12 Thread mdipierro
You can add field auth_user (client with default to request.client) then in db.py if auth.user and auth.user.client!=request.client: session.flash=oops redirect(URL('user/logout')) On Nov 12, 8:39 am, Paul Gerrard p...@gerrardconsulting.com wrote: Two machines with FF would be more

[web2py] Re: Authentication and multiple logon sessions

2010-11-11 Thread mdipierro
Short answer no. Yet I found this: http://www.fusioncube.net/index.php/multiple-sessions-firefox I did not try it. On Nov 11, 11:14 am, Alex yue.a...@gmail.com wrote: Hello, I have a question regarding how the authentication defines each unique user session.  I am working on an app that