We are running into a peculiar issue. We have an application that's developed by using ExtJS6. We load main page with some actionable components. On click of a button, we open a window that should share the same session of the parent header. In IE11 web browser, while we perform the same action, it's opening a new window with no cookies sent and also we are being presented with the below warning dialog. Since the cookies are not sent to secondary window, we are having issues. I'm trying to understand why are we getting the below warning dialog. While I inspected the code, I see that it's produced by ExtJs. What does ExtJS expect us to do? We have tried by adding the host name as well and also turned off popup blocker. Still no luck.
Please share your thoughts.
question from:
https://stackoverflow.com/questions/65946878/extsjs6-window-open-warning 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…