Is there any way to 'grab' some personalized ID, INFO, NAME, NUMBER, DATA, etc.?
Anything just to differentiate and recognize two or more PC on the same IP: something like the Computer name of the user besides $_SESSION?
None of these work:
$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
php_uname('n');
php_uname();