Hello, I am currently working on sharing cookies in IE mode at Edge.
I worked from Micro Edge, a document provided by MicroSoft, to Internet Explorer by referring to (https://docs.microsoft.com/ko-kr/deployedge/edge-ie-mode-add-guidance-cookieshare). However, cookies cannot be shared in the IE mode from Edge. I would appreciate it if you could let me know how I can share cookies in IE mode on Edge.
Currently, Edge confirmed that there are cookies, and IE mode does not confirm cookies.
Below is the local group policy I have set. I set the computer configuration and user configuration the same.
Local Group Policy Editor > Computer Configuration > Management Template > Internet Explorer Integrated Configuration > Use (Option : Internet)
Explorer mode)Local Group Policy Editor > Computer Configuration > Enterprise Mode Site List Configuration > Use (Option: C:\sites.xml)
Local Group Policy Editor > User Configuration > Management Template > Internet Explorer Integrated Configuration > Enable (Option: Internet Explorer Mode)
Local Group Policy Editor > User Configuration > Enterprise Mode Site List Configuration > Use (Option: C:\sites.xml)
Below is the contents of the sites.xml code.
<site-list version="1">
<docMode>
<domain docMode="11">site-name.site.co.kr
</domain>
<domain docMode="11">site-namei.site.co.kr
</domain>
</docMode>
<shared-cookie domain="test.co.kr" name="cookie1"></shared-cookie>
<shared-cookie domain="test.co.kr" name="cookie2"></shared-cookie>
<shared-cookie host="site-name.site.co.kr" name="cookie3"></shared-cookie>
<shared-cookie host="site-namei.site.co.kr" name="cookie3"></shared-cookie>
<site url="site-name.site.co.kr">
<compat-mode>default</compat-mode>
<open-in>IE11</open-in>
</site>
</site-list>
I want to use site-name.site.co.kr and site-namei.site.co.kr in IE mode.
So, I want to use Edge cookies cookie 1, cookie 2, and cookie 3 in IE mode.
Micro Edge, a document provided by MicroSoft, referred to Internet Explorer at
(https://docs.microsoft.com/ko-kr/deployedge/edge-ie-mode-add-guidance-cookieshare), but it's not working, so I'd appreciate it if you could help me share cookies in IE mode on Edge!!