Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90926 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79863 invoked from network); 26 Jan 2016 02:23:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2016 02:23:02 -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 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-yk0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:36654] helo=mail-yk0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 49/30-10534-588D6A65 for ; Mon, 25 Jan 2016 21:23:02 -0500 Received: by mail-yk0-f170.google.com with SMTP id v14so184729023ykd.3 for ; Mon, 25 Jan 2016 18:23:01 -0800 (PST) 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:message-id :subject:to:content-type; bh=iS2OjbftilZHho6QZrCXEMmu2P81rS/AGvCF7PyQ+og=; b=DXuHWW2AUJatggSpvs5ON8i0oxIBnH90abc/2/n4T8F8GS4/2OoKQfNHmKVOUv/qV4 WOq1SY8e46qat6PZGZaxZdw1Bm4CVM4RSxBaCoSvrPB9XaNV0fqqbVTSFUFTMUh2j7mc WDU6BLgYNBRWW5wzjrr1wjSjQz/vv34vjhHzKS9MYlZIhn0nLxMQOiWhwTt5n+vaO8vU Qr2MkNer10cptbUL+Q/prv9scqzD47QK/XVhjS23HyIx0IB68z9fgfLlvipzS8WxNYld LLb7vvkhC6jfLncHRATXQrmDMs0iNlKUCQ4Q7Lc8YLVpFVcPg3e+BzbEkkRu2FC/XrNH Fb+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:content-type; bh=iS2OjbftilZHho6QZrCXEMmu2P81rS/AGvCF7PyQ+og=; b=iBfiuwHpR4QGNFoz+kpX5KzYsWwRsj7D72kxofAm043c4iBWZhWBGrxQstHZduXou7 So55CHd/JcBWF1e5R/gLjfdu6FhM6MWtQqLFlDcGQ/mz61k1V6bXwKDjWgZhWats/qNW hNye8L/nLHhjCmltX24e5Q14bm4YDAZ6M5BTDDxdVj6S3ZHZzhnbc+GmLw9pNl3xn+Fg SzqWbz0TQrym6d8p5f4WeoB+K7LYLyRqZXifAMgdcUpWkCiCqTjJTeEQrHXgIczgcChR mjl5oW9MNR/Cg3WSt9FxvcyxN4qZQcBqFwpUtAsOxjmlUE2A/FKvI0H7XRoIBq4GB/Py Xu3Q== X-Gm-Message-State: AG10YOQ81B5QWLRcjbzLU49+JEBPSLBW/qFZmNS/Abnz6Id7e9GW/9e5w/7jQXd8Oky2GkSL5UHpQqFB7oQFxw== X-Received: by 10.37.42.202 with SMTP id q193mr3648265ybq.10.1453774979141; Mon, 25 Jan 2016 18:22:59 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.129.88.139 with HTTP; Mon, 25 Jan 2016 18:22:19 -0800 (PST) In-Reply-To: References: Date: Tue, 26 Jan 2016 11:22:19 +0900 X-Google-Sender-Auth: NdjRUr0rIE56vzaQbNstKIpYVnI Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [RFC Discussion] Precise Session Management From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi all, On Fri, Jan 22, 2016 at 10:32 AM, Yasuo Ohgaki wrote: > On Fri, Jan 22, 2016 at 10:19 AM, Yasuo Ohgaki wrote: >> >> https://github.com/php/php-src/pull/1734 >> >> Few things are missing still, but it's good enough to review basic features. > > Please note that if you execute run-tests.php with this patch, > it causes failures on other branches/versions' session tests. > > To remove these test errors, you can do > > rm -f /tmp/sess_* > rm -f /tmp/u_sess* > > This issue will be fixed by the time when patch is completed. Other than test dependency issue, all issues and proposals are fixed/implemented. Test dependency will be fixed before merge. https://wiki.php.net/rfc/precise_session_management https://github.com/php/php-src/pull/1734 Session will be more reliable and secure with this. Please review and comment. If there is no issues, I'll start vote shortly. Thank you. -- Yasuo Ohgaki yohgaki@ohgaki.net