Getting Device ID using JQuery or Javascript -


is there way device's unique id using jquery/javascript.

i know 1 can detect user agent , type of device being used not required. need know unique id being used.

having said know browser least priviliged application running on machine , should able id.

but still asking if there way?

not possible far know.

i believe it's security issue. device id sensitive information wouldn't want website being able capture.

update:

it's not possible (without hackery @ least) physically distinguish computers accessing web site without permission of owners. can store cookie identify machine when visits site again key user in control, , rightly so.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -