IE 11 cookies in Developer tools

Nash picture Nash · Jan 8, 2014 · Viewed 74.1k times · Source

Is there an equivalent to Chrome's cookie view in IE 11 ?

Chrome's cookie viewer: Resources->Cookies. Closest IE11 has is this : Network -> Go to url -> click on details - > Cookies.

IE 11 Wiki has this under removed features: "Ability to view all cookies at once via Developer Tools".

Answer

Eric Tedj - MSFT picture Eric Tedj - MSFT · Sep 12, 2014

There currently is not a dedicated Cookie viewer in the IE11 F12 Developer tools.

There are two possible workarounds:

  1. Inspecting cookies within the "Detailed view" in the Network tab
  2. Running 'document.cookie' in the Javascript console