문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top