This topic is locked
[SOLVED]

 Stop simultaneous logins? in phprunner login page..

6/10/2010 04:17:05
PHPRunner General questions
T
trintiy author

Hi can anybody tell me that how can i stop simultaneous logins with same id/pass in phprunner ???

coz here i can login many system at same time with only one User ID and Password !!!

Sergey Kornilov admin 6/10/2010

This needs to be coded manually. You'll need to add code to track who is currently logged in.
Similar approach is described in this post:

http://www.asprunner.com/forums/topic/14574-report-logged-in-users

T
trintiy author 6/11/2010

I think i can't tell you proparlly , i want to say that i create a user, now i want if that user login with his user id and password from any system on lan or net than with that same userid and password cant be used by anyone for that time.

Or i want to say that user can login only once from any location with one id & password.

"Now we can user one user id and password to login many location at a same time !!! "

i need help how i can stop that multiple login with one userid password at same time.

Sergey Kornilov admin 6/11/2010

Check link above that explains how this can be done.

T
trintiy author 6/11/2010

OK I'll try to figure out that thanx...