Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91883 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59235 invoked from network); 24 Mar 2016 02:35:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Mar 2016 02:35:04 -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.213.50 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.213.50 mail-vk0-f50.google.com Received: from [209.85.213.50] ([209.85.213.50:36775] helo=mail-vk0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1F/D2-36618-55253F65 for ; Wed, 23 Mar 2016 21:35:02 -0500 Received: by mail-vk0-f50.google.com with SMTP id z68so42600533vkg.3 for ; Wed, 23 Mar 2016 19:35:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to; bh=r4OU6AsKoeRB3GovRVMu8w9412poSa0yOMowJ8moml0=; b=Baj8hnzrHDnpB7h+1rNq8vGGWJQFunz1xN6n/+g6VVnwF5Lrf0jUixUqs25DYoAVn8 HCPjyXscWi/3W5DTyj6P6nkgu5sIZru2msszd2fxRerVdt2u67Cf5GBLMV0yzycBOoN5 HXwBnte+dS4ManDU+BN6SSV+OkGGLmqlqH3xUB3FTtneEaxJ/FGSCJyMr6eyR8v+Bp11 nnfEVAyOFbGwiq/RtqhbxMyVrUNeEg9Fb8qa3jY9dxcoH5sw6miDp24qPJX6xHF2AEH8 lETyWxaJlbmzFyWYjhlPYKa6k04124K8x3zV1a8J9Yn9ClEmKJE9FSw4GzZsvdxpJATb 8fpg== 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:from:date:message-id:subject :to; bh=r4OU6AsKoeRB3GovRVMu8w9412poSa0yOMowJ8moml0=; b=b5EwzrnekDKYskOhg4S2Tqe/p4PNQFAisMfLvo6CgIdPO+hdG4X176J0sx2xeKVQe+ 1tIfI18jkhhhSrBbA4bNv2NSo97/ie8PP5cR8CShPChnJS3wpGaGl5dr5sOZ03WFXf0A j0A35dZf/T8n7JTj55dEZ9kswy/ALRHJ9YHbm9Z/WqUnquQSZ0iZAUGgc9cSDLLNAnve WRm32Mbtkl0isxCkOWuIiNXVjoB5+1O9CaV6HQiISkWG5xPMmM/QQw2NbzrCHqgEaE1l x5IoUuFziEsWLyOll3DeALKNSUNdOUclmyfnoon56SZXa7r+G07zaAOCQJKcNWhdychs iJQw== X-Gm-Message-State: AD7BkJK5MAyOF023+YfTA4q+RUH6ETyC/tuN0GIaIgD62ZUdceR/pDQ9Y5gybZ7RcGgyGZKZL/fP1oIJMI7xVg== X-Received: by 10.31.107.210 with SMTP id k79mr3309088vki.5.1458786898646; Wed, 23 Mar 2016 19:34:58 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.159.40.98 with HTTP; Wed, 23 Mar 2016 19:34:19 -0700 (PDT) Date: Thu, 24 Mar 2016 11:34:19 +0900 X-Google-Sender-Auth: 9NplLzqOCAw1SfMaoNsGo940o0k Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: [RFC][Discussion] Precise session data management From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi all, Since the vote for https://wiki.php.net/rfc/precise_session_management is declined 15 vs 11. https://wiki.php.net/rfc/precise_session_management#vote We have to come up with other solutions for - Session loss by race conditions - Method to make session abuse harder I'm open to implement better solution than proposed RFC. These issues are serious issues that cannot be ignored. Looking forward alternative implementation ideas! Thank you. -- Yasuo Ohgaki yohgaki@ohgaki.net