Edge noframemerging 替代方案

发布于 2025-01-18 11:35:24 字数 171 浏览 3 评论 0原文

要使用边缘快捷方式始终在新会话中启动页面, 为此,在IE11上,我使用了-NoFramerging标志。 Edge不支持“ Noframering”功能。 尝试-Inprivate我将获得一个专门用于私人实例的会话。 但是每个私人实例都共享相同的会话ID。 是否有Edge的标志可以为从快捷方式打开的每个实例获得不同的会话ID?

to Use EDGE shortcut to always launch a page in new session,
For this purpose on IE11 i used -noframemerging flag.
Edge doesn't support “noframemerging” feature.
Trying with -inprivate I get a session dedicated to private instance.
but each private instance shares the same session ID.
is there a flag for EDGE to obtain a different session id for each instance opened from a shortcut?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

痴者 2025-01-25 11:35:25

根据官方文档,如果您想在 Edge 中使用非合并功能,可以使用以下解决方案之一:

  1. 在 Microsoft Edge 中使用配置文件 - 每个配置文件映射到 IE 模式页面的不同 IE 会话,因此其行为与不合并选项。
  2. 使用 --user-data-dir= 命令行,但每个会话使用不同的路径。如果需要,您可以创建一个实用程序供用户运行,以启动 Microsoft Edge 并更改会话的路径。

参考链接:https://learn.microsoft.com/en-us/deployedge/edge-ie-mode-faq#does-ie-mode-on-microsoft-edge-support-the-no-merge-option-that -was-supported-in-internet-explorer-11

From the official doc, if you want to use no-merge functionality in Edge, you can use one of the following solutions:

  1. Use Profiles in Microsoft Edge - Each profile maps to a different IE session for IE mode pages, so it behaves identically to the no-merge option.
  2. Use the --user-data-dir=<path> command line, but with a different path for each session. If needed, you can create a utility for the user to run that launches Microsoft Edge and changes the path for the session.

Reference link: https://learn.microsoft.com/en-us/deployedge/edge-ie-mode-faq#does-ie-mode-on-microsoft-edge-support-the-no-merge-option-that-was-supported-in-internet-explorer-11

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文