IE11 where are cookies really stored?

27,710

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.

But...

From IE10 and up, only the cookie itself is stored in the roaming directory and the instructions of what site they belong to and how they're to be used are stored in a database located at %userprofile%\AppData\Local\Microsoft\Windows\WebCache\WebCacheV01.dat.
This file can be quite large (as far as databases used web browsers are concerned), so if you're using running Roaming Profiles on a network with hundreds of users and use some form or redirection or syncing to include this file, make sure your storage is capable.

Share:
27,710

Related videos on Youtube

Black
Author by

Black

Updated on September 18, 2022

Comments

  • Black
    Black over 1 year

    On Windows 7 or Windows 10, if I open IE and go to Twitter.com and log in clicking the Remember Me checkbox, log in and log out again, it does indeed Remember Me - my username is stored.

    However, if I go into Internet Options → Browsing History → Settings → View Files there is no cookie visible there for twitter.com - there are only cookies for Microsoft sites (eg: cookie:[email protected]; cookie:kim@bing)

    I have searched the hard drive in other locations but cannot find any cookie from twitter on the filesystem. Can anyone tell me where the 3rd party cookie is stored?

    • Psycogeek
      Psycogeek almost 8 years
      they hang out around here in windows 7 C:\Users\THEUSERSNAME\AppData\Roaming\Microsoft\Windows\Cook‌​ies most of them anyway
    • Moab
      Moab almost 8 years
      Also here. C:\Users\THEUSERNAME\AppData\Roaming\Microsoft\Windows\Cooki‌​es\Low
    • Kiquenet
      Kiquenet over 7 years
      Useful: answers.microsoft.com/en-us/ie/forum/ie11-windows_7/… I open folder C:\Users\THEUSERNAME\AppData\Local\Microsoft\Windows\INetCac‌​he and view Cookie:THEUSERNAME@localhost/ If I open CMD and open folder C:\Users\THEUSERNAME\AppData\Local\Microsoft\Windows\INetCac‌​he but no view cookie txt file. I would like create an scripting (batch file) for delete the cookie Cookie:THEUSERNAME@localhost/
  • Franklin Yu
    Franklin Yu over 5 years
    This is only true for Windows 7.