What exactly is a GUID?
A GUID is a nonsense string that is specifically designed to be different for each browser. We make sure the strings are different by using Apache’s mod_uniqueid, which encodes the exact time, the server you hit, and the process ID of the web server into letters and numbers. For more details, see the documentation or the source code.