C is for Cookie
A cookie is simply a unique id to identify the visitor when they return, and for subsequent page requests.
Cookies should only store encrypted data, as they are stored on the client machine, and can be readable by other applications, virus, etc.
A cookie is simply a unique id to identify the visitor when they return, and for subsequent page requests.
Cookies should only store encrypted data, as they are stored on the client machine, and can be readable by other applications, virus, etc.



















