Is there a way to βcaptureβ some personalized identifiers, INFO, NAME, NUMBER, DATA, etc.?
Anything to distinguish and recognize two or more PCs on the same IP address: something like the user's computer name other than $_SESSION ?
None of these works:
$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); php_uname('n'); php_uname();
source share