Hello,
Gmail and Facebook have features that recognize new devices that you login from; they notify you about such logins and they also keep record of this.
Sticking away from public static-IP method, how is it possible to recognize the device using JavaScript?
I already tried to use location.hostname, but it is not effective.
Thank you