I want to limit a user to only place a certain number of orders. We considered the ip in combination with user agent, but there is the possibility that two users to be in the same network with the same user agent. In this case there are 2 users and I identify as one. What criterion was also taken into account to make sure that there are 2 not one?
Asked
Active
Viewed 243 times
0
-
Require the user to register with an email address and login. – deceze Sep 22 '14 at 08:16
-
I want without user registration. – BlackWhite Sep 22 '14 at 08:17
-
You could use a session cookie – dwana Sep 22 '14 at 08:19
-
Then I'll go ahead and close as duplicate of http://stackoverflow.com/questions/15966812/user-recognition-without-cookies-or-local-storage – deceze Sep 22 '14 at 08:20