"nomerge" behavior not working in MsEdge browser v93 with IE Mode

Vivek Ramesh 86 Reputation points
2021-09-21T14:47:17.843+00:00

Hi All,

I try to prevent session sharing between different windows/tabs of Edge browser v93 (latest version).

1) I'm using "-nomerge" in VBScript to launch my application as below

AppToLaunch = "msedge -nomerge --new-window --app=" & "http://servername/index.aspx"

dim WshShell
set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run AppToLaunch

2) I have done some settings to launch my application in IE Mode when I opened it via VBScript or Entering URL in Edge browser

3) Configured the below setting in the integrated site list manager tool available at "edge://compat/sitelistmanager"

<site-list version="x">
<site url="http://serverName/index.aspx">
<compat-mode>IE11</compat-mode>
<open-in merge-type="no-merge">IE11</open-in>
</site>
</site-list>

Still, the sessions between different tabs/windows are getting merged in the Edge browser. Could anyone please help me to resolve this?

Thanks in advance,

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,144 questions
{count} votes