First page Back Continue Last page Image
- "username=John Doe; expires=Thu, 18 Dec 2013 12:00:00 UTC; path=/ "
- One or more pieces of data that are the point of the cookie in a “name=value” format
- An expiration date which indicates when the cookie will be deleted
- The path to where the cookie is stored. There are also optional “domain” and secure contents
- Using the cookie.split(“; “) command will turn these into an array