|
|
|
|
HTTP cookies, or more commonly referred to as Web cookies, tracking cookies or just cookies, are parcels of text sent by a server to a web client (usually a browser) and then sent ... http://en.wikipedia.org/wiki/HTTP_cookies
Kristol maintains a page on HTTP State Management - a.k.a. cookies; Koen Holtman maintains a page on transparent HTTP content negotiation http://www.w3.org/Protocols/
How to Enable Cookies To enable cookies, follow the instructions below for the browser version you are using. Mozilla Firefox (1.0 final release and earlier) http://www.google.com/cookies.html
Learn how magic cookies work on a Web site, and what an HTTP cookie is and how to use Web cookies http://webdesign.about.com/cs/cookies/a/aa082498a.htm
NAME . HTTP::Cookies - HTTP cookie jars. SYNOPSIS use HTTP::Cookies; $cookie_jar = HTTP::Cookies->new( file => "$ENV{'HOME'}/lwp_cookies.dat', autosave => 1, ); use LWP ... http://search.cpan.org/perldoc?HTTP::Cookies
|
|
|