My understanding (which might be incorrect; if so, sorry) is that cookies:
a) are specific to an individual
b) persist between sessions
c) are available on startup of a browser
I’m wondering how the cookie information specific to a user is available so quickly when the user stars up a browser. It’s not a network request, right? Are the cookies downloaded to the actual client machine?