req.signedCookies

Purpose

An object containing all of the signed cookies from this request (req).

Usage

  1. req.signedCookies;

Example

Assuming the request contained a signed cookie named “chocolatechip” with value “Yummy:

  1. req.cookies.chocolatechip;
  2. // "Yummy"