IE11 does not send session cookie when a link targeting a new tab is clicked (on first request)

后端 未结 4 1053
迷失自我
迷失自我 2020-12-17 14:44

I am having some trouble holding onto session when opening an initial new tab (target _blank) from IE11.

When I close all instances of IE11 and then open a fresh b

4条回答
  •  时光取名叫无心
    2020-12-17 15:15

    Not a solution, but a clue: We noticed similar behavior and tracked it down to requests to root/browserconfig.xml causing user to become unauthenticated. Server sent a new session cookie because Windows was not sending the existing one. Subsequent requests then sent the new session cookie value. We changed our server to look for this request and not set response cookies.

提交回复
热议问题