In this thread you will find an interesting conversation about preventing
multiple sessions from the same user:
https://groups.google.com/forum/#!searchin/web2py/multiple$20login%7Csort:date/web2py/Zz6zvYav4Sw/2xHJ8loVBgAJ
I use the approach suggested by Massimo: *"when a user first logs in, stor
I have two applications that share the same model.
One of the applications runs on top level domain, and the other runs in a
subdomain:
*test.com*: applications/test
*admin.test.com*: applications/test_admin
The user logs in from admin.test.com and the cookie needs to be valid also
for test.co
i am working on a project where i want to disable simultaneous user login
for same user . currently it is there in web2py version
2.16.1-stable+timestamp.2017.11.14.05.54.25)
i also want to delete or expire previous session , when user again login
with the same user (of which he login priviously).
3 matches
Mail list logo