09-02-2009, 07:17 AM
|
#7 (permalink)
|
|
The Contributor
Join Date: Mar 2009
Posts: 49
Thanks: 0
|
Well, both require different methods to prevent...
If you need to prevent same person having multiple accounts, just check for those with same IP address. If you need to prevent same account being shared by people, then you will have to log each IP and check if there are 2 different IP logins simultaneously.
Before providing you with more precise solutions, which are you actually trying to prevent?
|
|
|
|