Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Where are cookies actually stored on the hard disk?
Where are cookies actually stored on the hard disk?
✍: Guest
This depends on the user's browser and OS.
In the case of Netscape with Windows, all the cookies are stored in a single file called
cookies.txt
c:\Program Files\Netscape\Users\username\cookies.txt
In the case of IE, each cookie is stored in a separate file namely username@website.txt.
C:\Documents and Settings\username\Cookies\username@Website.txt
2008-05-20, 6173👍, 0💬
Popular Posts:
What are urlencode() and urldecode() functions in PHP? string urlencode(str) - Returns the URL encod...
1. The basics first, please define the web in simple language? How is it connected with internet? Wh...
Do events have return type ? No, events do not have return type.
Where are cookies actually stored on the hard disk? This depends on the user's browser and OS. In th...
Can Multiple Cursors Being Opened at the Same Time? - Oracle DBA FAQ - Working with Cursors in PL/SQ...