Forum Discussion

PZac2440's avatar
PZac2440
Copper Contributor
Aug 31, 2021

IE mode - missing shared session or cookies between tabs (IE mode and Edge)

I have a two site, say site http://www.site1.com/ and http://www.site2.com/.

the way how it works is.

I login into first site using my login username and password. After successful login, the site will open a list of links. On one of the links is the http://www.site2.com/ (legacy app). Clicking on this will open the second site in a new tab.

With the IE browser coming to an End soon. we are forced to use Edge and IE mode.

I have set http://www.site1.com/ to open in Edge mode and http://www.site2.com/ in Edge-IE mode. I have followed the instructions give in https://docs.microsoft.com/en-us/deployedge/edge-ie-mode-sitelist and tried https://docs.microsoft.com/en-us/deployedge/edge-ie-mode-add-guidance-cookieshare#how-cookie-sharing-works

It seems there is session is not shared between two mode.

below is my xml settings.

not sure if there is something I am missing here.

 

<site-list version="1">
<shared-cookie domain=".http://site1.com/" name="cookie1"></shared-cookie>
<shared-cookie host=".http://site1.com/" name="cookie2"></shared-cookie>
<site url="http://site1.com/">
<open-in>None</open-in>
</site>
<site url="http://site2.com/">
<open-in>IE11</open-in>
</site>
</site-list>
I also found out that it works when site1 and site2 are using both Edge mode or both as IE mode or both as IE11. But does not work using Edge mode and then IE mode.

I believe I missed something.

1 Reply

Resources