|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-02-03 19:33 UTC] chris at k2labs dot org
[2002-02-03 19:41 UTC] torben@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 21:00:02 2025 UTC |
<?php session_start(); header("Set-Cookie: x"); ?> does not rewrite the Set-Cookie header, nor does true or fasle as second parameter on header. some header: HTTP/1.1 200 OK Date: Mon, 26 Nov 2001 11:22:46 GMT Server: Apache/1.3.20 (Unix) AuthMySQL/2.20 PHP/4.0.7RC3 mod_ssl/2.8.4 OpenSSL/0.9.6 X-Powered-By: PHP/4.0.7RC3 Set-Cookie: PHPSESSID=018ce45ca4f6950531412d038594cc14; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Set-Cookie: x Content-Length: 2297 Content-Disposition: inline; filename=document.pdf Connection: close Content-Type: application/pdf feature or bug? :)