PHP Cookies - In Which Does File FireFox Store Persistent Cookies
Interview Question Database For Software Developers
|
|
| In Which Does File FireFox Store Persistent Cookies | | In Which Does File FireFox Store Persistent Cookies? - PHP Script Tips - Understanding and Managing Cookies | | By: FYIcenter.com | If you change FireFox to keep cookies "until they expire", FireFox will store persistent cookies from all Web servers
in a single file at: \Documents and Settings\$user\Application Data\Mozilla
\Firefox\Profiles\xby7vgys.default\cookie.txt.
Open your FireFox browser to visit this page: http://localhost/setting_persistent_cookies.php.
Then open FireFox cookie file. You will see:
# HTTP Cookie File
# http://www.netscape.com/newsref/std/cookie_spec.html
# This is a generated file! Do not edit.
# To delete cookies, use the Cookie Manager.
localhost FALSE / FALSE 1149219379 CouponValue 100.00
localhost FALSE / FALSE 1149219379 CouponNumber 07470433
......
| | ID: 361 | Rank: 1076 | Votes: 0 | Views: 31 | Submitted: 20070424 |
Copyright © 2009 FYIcenter.com
All rights in the contents of this Website are reserved by the individual author.
No part of the contents may be reproduced in any form without author's permission.
|
|
|