Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97279 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65134 invoked from network); 5 Dec 2016 01:45:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Dec 2016 01:45:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@ohgaki.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@ohgaki.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ohgaki.net designates 180.42.98.130 as permitted sender) X-PHP-List-Original-Sender: yohgaki@ohgaki.net X-Host-Fingerprint: 180.42.98.130 ns1.es-i.jp Received: from [180.42.98.130] ([180.42.98.130:47510] helo=es-i.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AB/31-42090-BA6C4485 for ; Sun, 04 Dec 2016 20:45:17 -0500 Received: (qmail 108266 invoked by uid 89); 5 Dec 2016 01:45:11 -0000 Received: from unknown (HELO mail-wm0-f53.google.com) (yohgaki@ohgaki.net@74.125.82.53) by 0 with ESMTPA; 5 Dec 2016 01:45:11 -0000 Received: by mail-wm0-f53.google.com with SMTP id f82so70613448wmf.1 for ; Sun, 04 Dec 2016 17:45:10 -0800 (PST) X-Gm-Message-State: AKaTC03iEaxjq32UevCna9PmfaZ9FVcIDd0MwOSW7OqxcMb2QpCwXRXe3Qs7ZYY0vSYssGZfGfPsEBP5/TCl2g== X-Received: by 10.28.57.193 with SMTP id g184mr6626697wma.122.1480902303439; Sun, 04 Dec 2016 17:45:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.38.7 with HTTP; Sun, 4 Dec 2016 17:44:22 -0800 (PST) Date: Mon, 5 Dec 2016 10:44:22 +0900 X-Gmail-Original-Message-ID: Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: [RFC][VOTE] User defined session serializer From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi all, This RFC exposes session serializer interface to user space. It works like user defined session save handler. Users are able to encrypt/validate session data transparently. e.g. You can save encrypted session data to database, decrypt encrypted data from database transparently. https://wiki.php.net/rfc/user_defined_session_serializer Vote starts: 2016-12-05 Vote ends: 2016-12-19 UTC 23:59:59 Although we don't have consensus about number of votes to pass, I set this RFC to require 2/3 votes. Questions are welcomed if you have. Thank you for voting. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net