I'm going crazy over this! There's a cookie that was set from a response header with the sessionid, visible in dev tools on Chrome and Firefox, but document.cookie
shows an empty string.
This is what the cookie looks like:
Name: sessionid
Value: 123456789
Domain: app
Path: /
Expires: Session
Secure: No
The URL I'm hitting is http://app/
Any thoughts on why I can't seem to access this cookie using the DOM API?