26

It seems that when in an incognito session with Google Chrome, you can't directly view the cookies, since going to the preferences, the non-incognito Chrome session is focused, and the settings page is displayed there. Naturally, none of the incognito-cookies are shown there.

Is there an easy way to take a look at the cookies set during an incognito session?

PS: I'm using OS X, if that makes a difference

2 Answers2

36

You can find the cookies in the Developer Tools, in the Resources (now Application) tab, even in an Incognito window.

Open them with:

  • F12 on Windows

  • ⌥⌘I on OS X

enter image description here

Aralox
  • 115
  • 7
davidparks21
  • 1,632
  • 1
  • 19
  • 29
1
  1. Go to Developer Tools (CTRL+SHIFT+I)

  2. Select Application tab.

  3. Select Cookies in side menu.

Works on Google Chrome Version 68.0.3440.106 (Official Build) (64-bit)

See this image:

google shot