cookieDecoder
The cookieDecoder middleware parses the Cookie header when present, and populates req.cookies:
req.cookies
connect.createServer( connect.cookieDecoder() ]);