Where are cookies actually stored on the hard disk?
By admin on Feb 26, 2007 in Javascript Interview Questions
This depends on the user’s browser and OS.
In the case of Netscape with Windows OS,all the cookies are stored in a single file called cookies.txt
For Example:
c:\Program Files\Netscape\Users\username\cookies.txt


