Detecting users
Posted: Sun Feb 27, 2005 8:13 am
There's any way php can identify one user whithout using ip number?
Like ip number can be variable its not possible to identify a user by its ip. And many users can even share the same ip range.
Im just trying to allow more users to register at my site without having them creating clone accounts all the time.
Currently its set to block registration if it finds any registered user from same ip range (a.b.x.x), but i think that way many users will be unable to register.
Like ip number can be variable its not possible to identify a user by its ip. And many users can even share the same ip range.
Im just trying to allow more users to register at my site without having them creating clone accounts all the time.
Currently its set to block registration if it finds any registered user from same ip range (a.b.x.x), but i think that way many users will be unable to register.