About This Product
FontsMadeEasy.com
 
Search This Database:
| Over 5000 Free Fonts | Tutorials | Javascript Forum | Other Javascript Resources | Cheat Sheet
Tutorial archive
General Questions
Javascript 1.2
Navigation
Numbers
Strings
Object Model
Reference Manual
Dialog
Windows
Frames
Forms
Images
Mouse Events
Colors
File Access
Control Status Bar
Dates and Time
Cookies
Client Information
Bookmarklets


Cookie Files Location

Question: Where are cookie files actually stored on the hard disk?

Answer: The actual location of cookie files depends on the user's browser and OS. For example, Netscape Navigator 4.x under Windows stores all your cookies in a single file cookies.txt; a typical location of this file is the following:

c:\Program Files\Netscape\Users\Your_Name\cookies.txt
Internet Explorer 4.x stores each cookie in a separate file. The name of a cookie file is something like this: anyuser@WebSiteName.txt. A typical location of cookie files in Internet Explorer 4.x is the following:
c:\Windows\Cookies\anyuser@WebSiteName.txt