How to control php login
Moderator: General Moderators
How to control php login
php how to limit login, the problems is one account can login many times at different locations. Therefore, one account can be shared. Thanks!
Re: How to control php login
Keep track of logins on the server. Whenever a user logs in, check for existing logins from the same user and invalidate them.