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

前端 未结 5 1247
半阙折子戏
半阙折子戏 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:11

    As a workaround, you can embed the SessionID as a parameter on the uri.

    See passing session id in the php manual.

提交回复
热议问题