[web2py] Re: check_client=True

2013-09-11 Thread Ranjith
Niphlod niphlod@... writes: can I see how you are using check_client in your code, please ?On Wednesday, July 31, 2013 1:59:02 PM UTC+2, Vikas Gupta wrote: I need to disable the user from logging in multiple times from different machines... If he is logged in on one machine with ip A, and

[web2py] Re: check_client=True

2013-09-10 Thread ranjith
Hi Vikas, Are you able to disable multiple logins for a user in web2py. Could you please share the information. I too wanna know that On Wednesday, 31 July 2013 17:29:02 UTC+5:30, Vikas Gupta wrote: I need to disable the user from logging in multiple times from different machines... If he

[web2py] Re: check_client=True

2013-07-31 Thread Vikas Gupta
I need to disable the user from logging in multiple times from different machines... If he is logged in on one machine with ip A, and he tries to login on another machine with ip B, either his A's session should be expired or his attempt on B should fail. this did not work with check_client...

[web2py] Re: check_client=True

2013-07-31 Thread Niphlod
can I see how you are using check_client in your code, please ? On Wednesday, July 31, 2013 1:59:02 PM UTC+2, Vikas Gupta wrote: I need to disable the user from logging in multiple times from different machines... If he is logged in on one machine with ip A, and he tries to login on another

[web2py] Re: check_client=True

2013-07-26 Thread Niphlod
check_client should only prevent that multiple users are logged in from a different ip. What do you need exactly ? On Friday, July 26, 2013 2:30:20 PM UTC+2, Vikas Gupta wrote: I need to disable multiple logins from the same user. I thought the check_client=True will do the job. I tried it