|
| |
| | HTTP cookie - Wikipedia, the free encyclopedia |
 | | Cookies are data, not code: they cannot erase or read information from the user's computer |  | | On the other hand, cookies have been subject to a number of misconceptions, mostly based on the erroneous notion that they are computer programs. |  | | Cookies are used by Web servers to differentiate users and to operate in a way that depends on the user. |
|
http://en.wikipedia.org/wiki/HTTP_cookies
(5596 words)
|
|
| |
| | RFC 2965 (rfc2965) - HTTP State Management Mechanism |
 | | The request-port of a cookie is the request-port of the request in which a Set-Cookie2 response header was returned to the user agent. |  | | The cookie inspection user interface may include a facility whereby a user can decide, at the time the user agent receives the Set-Cookie2 response header, whether or not to accept the cookie. |  | | An infrequently-used cookie may function as a "preferences file" for network applications, and a user may wish to keep it even if it is the least-recently-used cookie. |
|
http://www.faqs.org/rfcs/rfc2965.html
(6343 words)
|
|
| |
| | Class javax.servlet.http.Cookie |
 | | Cookies are assigned by servers, using fields added to HTTP response headers. |  | | Cookies provided by a user agent will identify the cookie version used by the browser. |  | | Cookies are passed back to those servers using fields added to HTTP request headers. |
|
http://java.sun.com/products/servlet/2.1/api/javax.servlet.http.Cookie.html
(925 words)
|
|
| |
| | Client Side State - HTTP Cookies |
 | | This is the format a CGI script would use to add to the HTTP headers a new piece of data which is to be stored by the client for later retrieval. |  | | A cookie is introduced to the client by including a Set-Cookie header as part of an HTTP response, typically this will be generated by a CGI script. |  | | When caching HTTP, as a proxy server might do, the Set-cookie response header should never be cached. |
|
http://wp.netscape.com/newsref/std/cookie_spec.html
(1405 words)
|
|
| |
| | Internet Cookies |
 | | The cookie is stored on the user's machine, but it is not an executable program and cannot do anything to your machine. |  | | Cookie Blocking Software ======================== Several companies are offering special software packages that work with your web browser to control who can send you a cookie. |  | | Internet Cookies The popular rumors about web cookies describe them as programs that can scan your hard drive and gather information about you including: passwords, credit card numbers, and a list of the software on your computer. |
|
http://www.ciac.org/ciac/bulletins/i-034.shtml
(2755 words)
|
|
| |
| | 11.20 cookielib -- Cookie handling for HTTP clients |
 | | cookies received in a Set-Cookie: header with a version cookie-attribute of 1) are treated according to the RFC 2965 rules. |  | | HTTP cookie classes, principally useful for server-side code. |  | | Subclasses are also responsible for storing and retrieving cookies from a file or database. |
|
http://www.python.org/doc/current/lib/module-cookielib.html
(435 words)
|
|
| |
| | The Unofficial Cookie FAQ |
 | | After a cookie is transmitted through an HTTP header, it is stored in the memory of your browser. |  | | Montulli says there's nothing particularly amusing about the origin of the name: 'A cookie is a well-known computer science term that is used when describing an opaque piece of data held by an intermediary. |  | | Creating a cookie generally involves duplicating the HTTP cookie header in some fashion so that the browser will store the name-value pair in memory. |
|
http://www.cookiecentral.com/faq
(4821 words)
|
|
| |
| | Privacy.net |
 | | An Internet (or "magic") cookie is a text file placed on your computer by web sites that you visit. |  | | A text file is placed on your system and is retrieved each time you visit this web site. |  | | If you come back months later the server will still retrieve your choice from your computer if it is still there. |
|
http://cookiedemo.com
(422 words)
|
|
| |
| | Matt's Script Archive: HTTP Cookie Library |
 | | HTTP Cookie Library can be downloaded in several different formats, or you can even have it mailed to you as a uuencoded file. |  | | cookie.lib - The perl library which contains the code for HTTP Cookie Library. |  | | The following is a drop-in replacement for HTTP Cookie Library developed by a project called nms. |
|
http://www.scriptarchive.com/cookielib.html
(409 words)
|
|
| |
| | Crispy JavaScript Cookies: HTTP Cookie Headers - Doc JavaScript |
 | | When the server replies to a client's request, it returns an HTTP response which also features a header, containing important information about the file being returned, such as its size. |  | | After the domain is matched, the pathname component of the URL is compared with |  | | When a script requests an url from an HTTP server, the browser matches the URL against all cookies (which were previously loaded from the client's hard drive to its memory), and if any of them match, a line containing the |
|
http://www.webreference.com/js/column8/http.html
(550 words)
|
|
| |
| | The EPIC Cookies Page |
 | | The Internet Engineering Task Force is now considering a proposal to fix some of the problems with cookies. |  | | For more information on cookie-managing software, check out the EPIC page on Practical Privacy Tools. |  | | Cookies are a general mechanism which server side connections (such as CGI scripts) can use to both store and retrieve information on the client side of the connection. |
|
http://www.epic.org/privacy/internet/cookies
(802 words)
|
|
| |
| | Rex Swain's Source Code: HTTP Cookie Demo |
 | | "expires=Wednesday, 03-Jan-96 23:12:40 GMT"; # past } print "$set", # set cookie "\n\n"; # end of header ### Start HTML select(STDOUT); $ |  | | $delete) { $query = 0; } else { $query = 1; } if ($create) { $action = 'create'; } elsif ($update) { $action = 'update'; } elsif ($delete) { $action = 'delete'; } else { $action = 'query' ; } ### Create, update, or delete the cookie $exists = 0; # any cookies? |  | | $cookies = ''; # cookies $cookie = 0; # our cookie? |
|
http://www.rexswain.com/cgi-bin/showsource.cgi?file=cookie.cgi
(181 words)
|
|
| |
| | Cookie Central |
 | | Text Links: [ Home ] [ News ] [ Cookies ] [ Software ] [ FAQ ] [ Active FAQ ] [ Crypto ] [ Message Board ] [ About ] [ fonts ] [ free fonts ] |  | | spyware, anti-spyware, remover, internet security, cookies, anti-virus, spam blocker, privacy |
|
http://www.cookiecentral.com
(449 words)
|
|
| |
| | 17.21 Cookie -- HTTP state management |
 | | module defines classes for abstracting the concept of cookies, an HTTP state management mechanism. |  | | Reading pickled values from untrusted cookie data is a huge security hole, as pickle strings can be crafted to cause arbitrary code to execute on your server. |  | | It supports both simple string-only cookies, and provides an abstraction for having any serializable data-type as cookie value. |
|
http://docs.python.org/dev/lib/module-Cookie.html
(220 words)
|
|
| |
| | Apache::Cookie - HTTP Cookies Class |
 | | This method parses the given string if present, otherwise, the incoming Cookie header: |  | | The Apache::Cookie module is a Perl interface to the cookie routines in libapreq. |  | | The interface is based on Lincoln Stein's CGI::Cookie module. |
|
http://httpd.apache.org/apreq/Apache-Cookie.html
(196 words)
|
|
|