IE11 losing session or cookie info after window.open

倖福魔咒の 提交于 2019-12-12 03:33:12

问题


Here's my problem

  1. I have a website(X1.com) which contains a login and a button(window.open) after login to open another app (X2.com) in a detached window.
  2. this X2.com has list of items and when I double click an item it is supposed to open X1.com/item1.

All of this was working as expected when I was using IE9, chrome and firefox.

But when updated my IE9 to IE11 double clicking the item on X2.com is taking to the login page of X1.com saying session timed out. Chrome still works fine. When I close/logout and login again to X1.com keeping X2.com window open X2.com is able to open that X1.com/item1 page properly.

Is there an internet option or security setting or a plugin in IE that's blocking X2.com from opening X1.com/item1 page first time?

My company uses IE11 only for operations and that's why I have to get it working. Please ask if my question is not clear. I can provide the exact urls if required.


回答1:


It's a common issue in IE11, as a workaround add registry entry of value 0 at: HKEY_CURRENT_USER/Software/Microsoft/Internet Explorer/Main/TabProcGrowth



来源:https://stackoverflow.com/questions/35066608/ie11-losing-session-or-cookie-info-after-window-open

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