Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62539 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73986 invoked from network); 26 Aug 2012 21:37:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Aug 2012 21:37:39 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.48 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 74.125.82.48 mail-wg0-f48.google.com Received: from [74.125.82.48] ([74.125.82.48:51811] helo=mail-wg0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/6E-00843-F179A305 for ; Sun, 26 Aug 2012 17:37:36 -0400 Received: by wgbdq11 with SMTP id dq11so2592757wgb.29 for ; Sun, 26 Aug 2012 14:37:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=qTlKxVqVKBd0mccMr5fJeqnEEw57Hm6V0JfNfi7ALB0=; b=Kfitb0Jypb/SmMPql5Qcykt6jPQ+MuJtaTce/Auh3TSwa5fPyDK4HNR2BAN9UsC7wv rm7F5Tsjv2bEZhQbARBaf3/RPkEPSQK8H0YBi+BtIp8sRRF/W/A9kOjZ4I3tj+N7reKr eSKBUyDDg6aWYqvgQSjRq40YTrYBPBVnySan1ArBBFCtEFaIjBbMsw6aspHuxjmifHyP gmL1r5AWpMdAUknZD/YcU5K98XFMTV7UeiSNwnp+GK0BlDcLT2hCj3prhUZTxqJnTqbW PCAyVZPt4KmPMhc42s+qe/xtgm9vay65Xoq7/POAjiPIoE3VUV+Holloa1V0Wo7aq662 QwaA== Received: by 10.180.93.68 with SMTP id cs4mr20402672wib.14.1346017053042; Sun, 26 Aug 2012 14:37:33 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.223.86.201 with HTTP; Sun, 26 Aug 2012 14:36:52 -0700 (PDT) In-Reply-To: <503A968A.4070206@sugarcrm.com> References: <50364644.1060302@lerdorf.com> <5039D249.30707@sugarcrm.com> <503A968A.4070206@sugarcrm.com> Date: Mon, 27 Aug 2012 06:36:52 +0900 X-Google-Sender-Auth: sqkbQnrs20N2ppyAgGpRTxiObwc Message-ID: To: Stas Malyshev Cc: Sherif Ramadan , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Session Id Collisions From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi, 2012/8/27 Stas Malyshev : > Hi! > >> It seems I've already added collision detection when I >> last updated :) >> >> It tries to generate new session ID a few times and >> if it fails, it does not initialize session. > > It'd be nice if we could keep it separate. Could you create a pull that > includes only the strict session functionality? You could add the > collision part in separate pull and we could discuss it separately but > it'd be nice to not mix these things. > No problem. I'll make separate requests for it. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net