jquery - Ajax passing cookies with ie7 -


i using jquery on facebook application. logged-in user has cookie containing facebook id, , how authenticated on server side.

the problem occurs on ie7 when initiating ajax request server. browsers works fine, , when check user's cookie on server side works great. however, seems when using ie7, cookie not sent along ajax request (when issuing non ajax request cookies passed fine).

are there workarounds issue? strange thing problem occurred on 1 computer using ie7, on different 1 operating same browser version did manage work :/

thanks!

joel

maybe use jquery $.ajax caches ajax request default. prevent use:

 $.ajax({cache:false, ....}) 

Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -