After logging in via $.ajax() to a site, I am trying to send a second $.ajax() request to that site - but when I check the headers sent using FireB
$.ajax()
Put this in your init function:
$.ajaxSetup({ xhrFields: { withCredentials: true } });
It will work.