Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IE 11 cookies in Developer tools [duplicate]

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

like image 491
Nash Avatar asked Jan 08 '14 20:01

Nash


People also ask

Where are IE11 cookies stored?

Most of the time IE11 stores cookies in %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Cookies or if you're using IE in protected mode, %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Cookies\Low .

How do I view cookies in IE11 developer tools?

Click on the gear icon, then Internet options. In the General tab, underneath “Browsing history”, click on Settings. In the resulting “Website Data” dialog, click on View files.


1 Answers

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
like image 61
Eric Tedj - MSFT Avatar answered Sep 28 '22 01:09

Eric Tedj - MSFT