JavaScript - Where are cookies actually stored on the hard disk?

Where are cookies actually stored on the hard disk?

The storage of cookies on the hard disk depends on OS and the browser. The Netscape navigator on Windows, the file cookies.txt contains all the cookies. The path is :
c:\Program Files\Netscape\Users\username\cookies.txt

The Internet Explorer stores the cookies on a file by name username@website.txt is
c:\Windows\Cookies\username@Website.txt

Where are cookies actually stored on the hard disk?

- This depends on the user's browser and OS.
- In the case of Netscape on Windows OS, its stored in cookies.txt.
- In IE, each cookie is stored in a file and has is named as username@website.txt.
JavaScript - Difference between a web-garden and a web-farm
Difference between a web-garden and a web-farm - ...
JavaScript - Difference between SessionState and ViewState
Difference between SessionState and ViewState - ....
How to access elements using javascript?
How to access elements using javascript? - ...
Post your comment