Could you suggest an efficient way to identify a unique user with javascript (e.g. calculate an 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).