Where the cookie file is stored in the computer

Source: Internet
Author: User

Cookies on Windows systems (Win7 for example) browser

Internet Explorer cookie data is located in: Xxx.txt file in%appdata%\microsoft\windows\cookies\ directory (there may be many. txt cookie files in it)
such as: C:\Users\yren9\AppData\Roaming\Microsoft\Windows\Cookies\0WQ6YROK.txt

In Internet Explorer, IE saves each site's cookies as a plain text file of XXX.txt (the number of files may be many, but the file size is small), while Firefox and Chrome store all cookies in a single file (larger file size), which is in the format of the SQLite3 database Thing

The cookie data for Firefox is located in the Xxx.default directory in the%appdata%\mozilla\firefox\profiles\ directory, the file named Cookies.sqlite.
such as: C:\Users\jay\AppData\Roaming\Mozilla\Firefox\Profiles\ji4grfex.default\cookies.sqlite
To view cookies in Firefox, you can select Tools > Options > Privacy > Show cookies.

The cookie data for Chrome is located in:%localappdata%\google\chrome\user data\default\ directory, a file named cookies.
such as: C:\Users\jay\AppData\Local\Google\Chrome\User data\default\cookies

Cookies on Linux systems (in Ubuntu 12.04 and rhel6.x for example) browser
The cookie path for Firefox is: $HOME the Cookie.sqlite file in the/.mozilla/firefox/xxxx.default/directory.

Where the cookie file is stored in the computer

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.