I plan to create a ‘like’ system so that a visitor - who isn’t registered or logged in - can like something on the site. I want to prevent the visitor clicking again when he/she returns, which means finding some sort of unique identifier which will remain the same for that visitor.
I guess that wix currentUser Id is different each time a user arrives at the site, but maybe I’m wrong - or is there another readily accessible marker that a user carries around?