ASP.NET MVC NuGet Glimpse 删除 - HTTP_COOKIE 中仍列出 Glimpse 引用
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.