Tools, FAQ, Tutorials:
Firefox Storing Persistent Cookies in PHP
Where Does File Firefox Store Persistent Cookies in PHP?
✍: 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 ......
2016-10-30, 757👍, 0💬
Popular Posts:
Where is API Management Service on my Azure Portal? If your IT department has signed up for an Azure...
What Is HTML? HTML (HyperText Markup Language) is the standard markup language for creating Web page...
Where Is the Submitted Form Data Stored in PHP? When a user submit a form on your Web server, user e...
Can You Add Values to an Array without Keys in PHP? Can You Add Values to an Array with a Key? The a...
What is the "__init__()" class method? The "__init__()" class method is a special method that will b...