An object containing all of the signed cookies from this request (req).
req.signedCookies;Assuming the request contained a signed cookie named "chocolatechip" with value "Yummy:
req.cookies.chocolatechip;
// "Yummy"An object containing all of the signed cookies from this request (req).
req.signedCookies;Assuming the request contained a signed cookie named "chocolatechip" with value "Yummy:
req.cookies.chocolatechip;
// "Yummy"