Why jquery ajax not sending session cookie
I am getting logged out when I send request by ajax in a login session. I check headers sent by FireBug and saw there was no cookie sent during the request. But if I paste the request url in browser address bar and check Firebug again, I can see the cookie in headres sent to the server. Any solutions?