The website ties the unique cookie to the account that logged in. Each time a new request is sent, the authentication cookie is included.

Can you finish creating this name-value pair?

Nice! The website can check if it's already seen the unique cookie. If it does, it doesn't need to authenticate with password again.

Cookie are constructed from name-value pairs. Wouldn't it be better to give it an identifiable name like UserID?