Internet Explorer 8 doesn't pass session cookie for ajax request

前端 未结 5 1196
半阙折子戏
半阙折子戏 2021-01-05 13:37

I have simple php application, it works on all browsers except on IE8 beta 2, problem occurs when I try to update table field using Ajax call (jQuery post method). Using IE8

5条回答
  •  一生所求
    2021-01-05 14:00

    I don't have IE8 myself, but your cookie might be blocked by Internet Explorer's strange security policies. A possible workaround can be to employ P3P (which is also the method for getting cookies working inside an IFRAME).

    Generating the right P3P policy can be a bit of work, but you should be able to find the information you need at http://www.p3ptoolbox.org/

提交回复
热议问题