req.cookies
When using cookie-parser middleware, this property is an object that contains cookies sent by the request. If the request contains no cookies, it defaults to {}
.
// Cookie: name=tj req.cookies.name // => "tj"
For more information, issues, or concerns, see cookie-parser.
Please login to continue.