I have created the uuid using this method
var uuid = du.hashMD5(dua.join(':'));
Now this one return unique id for chrome but in firefox its returning different id. Is there is any possibility to create UUID that should be unique for all the client browser.
I have created the uuid using this method var uuid = du.hashMD5(dua.join(':')); Now this one return unique id for chrome but in firefox its returning different id. Is there is any possibility to create UUID that should be unique for all the client browser.