I am having a client and a server node written in express. The client communicates with server using request module, the server will send response back to the client. Here i
response.cookies is to SET cookies, if you want to GET cookies from a response object you will have to rely on response.headers['set-cookie']