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

笑着哭i 提交于 2019-11-29 05:54:03

This is an active bug according to microsoft. There is apparently no server-side way to fix this.

Link to bug report

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.

Same issue coming for my login,But we tried it to resolve it by changing some setting in IE11 or other problematic browsers.

Goto tools=> Internet options=> Privacy There click on Sites button. There add mydomain.com & click on Allow button. Restart your browser.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!