Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14876 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19415 invoked by uid 1010); 12 Feb 2005 17:23:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19180 invoked from network); 12 Feb 2005 17:23:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Feb 2005 17:23:32 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.4/2.6 Received: from ([80.74.107.235:37385] helo=mail.zend.com) by pb1.pair.com (ecelerity 1.2.11 (r4403)) with SMTP id 3F/10-37098-D8B3E024 for ; Sat, 12 Feb 2005 12:23:29 -0500 Received: (qmail 25751 invoked from network); 12 Feb 2005 17:23:17 -0000 Received: from internal.zend.office (HELO armada) (10.1.1.1) by internal.zend.office with SMTP; 12 Feb 2005 17:23:17 -0000 Date: Sat, 12 Feb 2005 20:13:23 +0300 To: internals@lists.php.net Message-ID: <20050212201323.0e1e6328.antony@zend.com> X-Mailer: Sylpheed version 1.0.1 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [PATCH] fix for bug #31455 (multiple session_start() creates multiple session cookies in HTTP-Response) From: antony@zend.com (Antony Dovgal) Hi all! Does anyone object to this fix merged into all branches ? http://tony2001.phpclub.net/dev/tmp/bug31455.diff -- Wbr, Antony Dovgal aka tony2001