ASP.NET MVC NuGet Glimpse 删除 - HTTP_COOKIE 中仍列出 Glimpse 引用

发布于 2024-12-27 07:58:26 字数 350 浏览 2 评论 0原文

我在 ASP.NET MVC 应用程序中试用了 Glimpse,并决定暂时删除它。我最初是通过 NuGet 安装它并使用 NuGet 将其删除。

看起来一切都消失了,除了当我检查 cookie 时我仍然看到:

HTTP_COOKIE flashState=null;一瞥选项=空;一瞥客户端名称=空; ASP.NET_SessionId=....

::我从错误的 ELEMAH 转储中提取上述内容。::

有关如何删除glimpseState=null 的任何想法;一瞥选项=空;一瞥客户端名称=空;从饼干?我已经上下搜索了我的 app.configs/machine.configs/iis 配置,但没有找到任何东西。

I played around with Glimpse in my ASP.NET MVC application, and have since decided to remove it for now. I originally installed it via NuGet and used NuGet to remove it.

It appears everything is gone, except when I examine the cookie I still see:

HTTP_COOKIE glimpseState=null; glimpseOptions=null; glimpseClientName=null; ASP.NET_SessionId=....

::I pull the above from an ELEMAH dump on an error.::

Any ideas on how to remove glimpseState=null; glimpseOptions=null; glimpseClientName=null; from the cookie? I've searched up and down my app.configs/machine.configs/iis configs but haven't found anything.

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

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

发布评论

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

评论(1

乖乖哒 2025-01-03 07:58:26

NuGet 只会从 Visual Studio 中删除对 Glimpse 的引用,而不是从浏览器中删除。

您必须清除浏览器 cookie,才能删除您所看到的对 Glimpse 的引用。您必须在使用 Glimpse 的每个浏览器中执行此操作。

NuGet will only remove references to Glimpse from Visual Studio, not your browser.

You have to clear you browsers cookies to remove the reference to Glimpse that you are seeing. You will have to do it in each browser that you used Glimpse in.

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