Different GET and POST cookie?

In node.js, I created a server and tried to print headers.cookie. But one thing I've noticed is that when I perform a GET method, the request.header.cookie give the result that I expected but when I perform POST method using AJAX, request.headers.cookie returns empty. Is cookies created using GET differs from cookies created using POST?