Remarks
The method getCookies() returns an array of Cookie objects.
The methods getName() and getValue() on a Cookie object naturally return name and value of the cookie.
The API has no method for extracting just a cookie with a specified name from the request (i.e. nothing directly analogous to getParameter()).