I am using PHP + MySQL.
Is there anyway I can control concurrent user (1 user with only 1 key) to access my php page? Not allow copy the key to access from different machine into my php, how to handle this through my php sessions/cookies?
Any advise would be appreciated!