I have a jQuery ajax call across a subdomain that works correctly except it\'s not sending the cookie. Is there any way to accomplish this?
Shouldn't this work if you use a CORS capable browser and set the withCredentials attribute?
See HTTP Cookies and Ajax requests over HTTPS