[web2py] Re: Disable the simultaneous session in the expiration period

2019-08-08 Thread Lisandro
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

[web2py] Need to know if web2py is setting cookies properly for this specific case

2019-08-08 Thread Lisandro
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

[web2py] Disable the simultaneous session in the expiration period

2019-08-08 Thread Naveen Kumar
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).