Expert JavaScript Developer Question: Download Expert JavaScript Developer PDF

Where are cookies actually stored on the hard disk?

Tweet Share WhatsApp

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 Expert JavaScript Developer PDF Read All 58 Expert JavaScript Developer Questions
Previous QuestionNext Question
How to set a HTML document's background color?Explain JavaScript Data Types?