$. cookie does not read cookies that were previously set by the server response.
I can read cookies that were set with $ .cookie ().
I see that all domain cookies set in Firefox Web Developer are being added.
In addition, the server side can see request cookies, so the browser definitely has them.
I experimented with expiration time to no avail.
source
share