Tuesday, February 2, 2010

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
JavaScript - 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 - What is the difference between a web-garden and a web-farm? -  
Web garden is a web hosting system. It is a setup of multi processors in single server.
Web farm is a web hosting system. It is a multi-server scenario.

What is the difference between a web-garden and a web-farm?

The term ‘Web Farm’ indicates a business that performs Web site hosting on multiple servers.
The term ‘Web Garden’ means a multi-processor machine

0 Comments: