Basic JavaScript Question:
Download Questions PDF

Where are cookies actually stored on the hard disk?

Answer:

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
c:Program FilesNetscapeUsersusernamecookies.txt
In the case of IE,each cookie is stored in a separate file namely username@website.txt.
c:WindowsCookiesusername@Website.txt

Download JavaScript Interview Questions And Answers PDF

Previous QuestionNext Question
How to add Buttons in JavaScript?What can JavaScript programs do?