I am currently investigating ways to be able to tell if our website has seen a "device" before.
I know how to set normal cookies in Rails and that would work for a browser.
But I was wondering if it is possible to use LSO or any other mechanism which would allow me to detect a particular "device" across browsers?
Thanks!