Search code examples
internet-explorercookiesinternet-explorer-11ie-developer-toolsie11-developer-tools

IE 11 cookies in Developer tools


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".


Solution

  • 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