Edit Page
req.cookies
An object containing all of the unsigned cookies from this request (req
).
Usage
req.cookies;
Example
Assuming the request contained a cookie named "chocolatechip" with value "Yummy:
req.cookies.chocolatechip;
// "Yummy"
Is something missing?
If you notice something we've missed or could be improved on, please follow this link and submit a pull request to the sails-docs repo. Once we merge it, the changes will be reflected on the website the next time it is deployed.