Mailinglisten-Archive |
Christoph Kramesch schrieb: > Falls dem so ist, habe ich in einem älteren Dokument > (http://wp.netscape.com/newsref/std/cookie_spec.html) > folgende Info gefunden: > > Syntax of the Cookie HTTP Request Header > When requesting a URL from an HTTP server, the browser will match the > URL against all cookies and if any of them match, a line containing the > name/value pairs of all matching cookies will be included in the HTTP > request. Here is the format of that line: > > Cookie: NAME1=OPAQUE_STRING1; NAME2=OPAQUE_STRING2 ... > Ich habe mit der LiveHTTPHeaders-Extension unter Firefox mal mitgeschnitten: snip... http://www.restoration06.net/ GET / HTTP/1.1 Host: www.restoration06.net User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de-DE; rv:1.7.13) Gecko/20060418 Firefox/1.0.8 (Ubuntu package 1.0.8) Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive Cookie: PHPSESSID=c6561d62f40bcfcde7688fde14bd5b00; PPA_ID=5ffa7daa86110b7cd265719938523603 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Achtung, Zeilenumbruch! Ansonsten scheint's immer noch zu stimmen, was in diesem älteren Dokument steht ;-) Albin
php::bar PHP Wiki - Listenarchive