Why is jQuery's .ajax() method not sending my session cookie?
Asked 07 September, 2021
Viewed 2.4K times
  • 54
Votes

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 FireBug, there is no session cookie being included in the request.

What am I doing wrong?

11 Answer