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.

link|improve this question

1  
Expire the cookie. – Jeremy Holovacs Jan 16 at 19:26
feedback

1 Answer

up vote 3 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.