Could you suggest an efficient way to identify a unique user with JavaScript (e.g. calculate a hash to send to the server-side)?
EDIT: The point is that I can't "intrude" into the browser (e.g. send cookies). And IPs are also not the option. And it has to be a client-side solution (therefore JavaScript).