I have a problem reading a cookie with javascript on client side. I know how to create a cookie and to read it from the client side, but I can't read a cookie on client side, which was created by the server with NodeJS. However, I can see this cookie with Firefox's developper tools, but console.log(document.cookie) dosent get me this cookie.
Any lead ?