Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:92038 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97463 invoked from network); 31 Mar 2016 08:48:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Mar 2016 08:48:27 -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.68 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.213.68 mail-vk0-f68.google.com Received: from [209.85.213.68] ([209.85.213.68:35825] helo=mail-vk0-f68.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DB/21-24828-A54ECF65 for ; Thu, 31 Mar 2016 03:48:27 -0500 Received: by mail-vk0-f68.google.com with SMTP id e185so10431005vkb.2 for ; Thu, 31 Mar 2016 01:48:26 -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:message-id :subject:to:cc; bh=MBj/WqEpAhtmGDRGOULZj5GTpV0qYvl49+rofUuzFd8=; b=c/joPUF4WGEaGK2J08xDIs2RJleDZ50PVXCuqzASilXFgdLsU+1J6RoGei1sJqi8Tu TT63qTE5xESYMc6ipmkICtmVGYGT7qhNLZoyfs5zitu2c64VQis4sjGhH2m6Vwl7cx3m cuv1eJt+ZJzsGP0PiChuXc/AqPX9tky/YuMlLRlnL+W2P2I1BvIaRbcAuFAiMIiBgKq6 6z7qfVZ8ROjfXNABlbImz0xAOX++G7ayJSlDnLiXKP4ZFoJFtTIZYQNYdLKC25CZTko+ qODYSK9h620wz+AqIzYuzucmeAHhet7oHJkqw8QcAMPa6Y0eUFHpIcqf4uz4A7/6pCRL Gpwg== 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:cc; bh=MBj/WqEpAhtmGDRGOULZj5GTpV0qYvl49+rofUuzFd8=; b=VUL8xeXs8S/r0h6jtmJKHfTSNpAxCBJ2BCWG9jX85VL8kivNTPz13Gag7kjNJyzCEh evWEl418/QYPjQzoWArrrOepL6pC6tiJGqlqMojKFVXFPTKH2C9LYjq2rVTbITBeSLKP xnS1iZj48+uD3nsa2rDg4qXTp7Jy+gIPlel7W6K8GO0cCcMlvA9BGC7BgbWjHu8hkyiq y+UpyfxK5EXuNCz6H2GSnQRUcHEVlMN+JnUx1umar6jPfaMo4JkiCFh4z62AYlWr4l+7 kkVHIcLZUsabT1QydZIHgR72LtYLebGK70lmxAZL0tCl6Bj64kpkj1+jMgN5S9fS0ch3 wynA== X-Gm-Message-State: AD7BkJIPchydHiFIgHl+2ViuhhvsVWCjCRHHkN/4ibWisfq4dmbUycya0tvi7yq7ETF5cILu2pyvk8JXm1L9Pg== X-Received: by 10.31.34.2 with SMTP id i2mr8448659vki.7.1459414103664; Thu, 31 Mar 2016 01:48:23 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.159.40.7 with HTTP; Thu, 31 Mar 2016 01:47:44 -0700 (PDT) In-Reply-To: <1039951662.1424554.1459260288214.JavaMail.zimbra@pieterhordijk.com> References: <1039951662.1424554.1459260288214.JavaMail.zimbra@pieterhordijk.com> Date: Thu, 31 Mar 2016 17:47:44 +0900 X-Google-Sender-Auth: dA029DUEjY9Ft8N-j2CD2qtIua8 Message-ID: To: Pieter Hordijk Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Session improvements From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi Pieter, On Tue, Mar 29, 2016 at 11:04 PM, Pieter Hordijk wrote: > I have been thinking about / working on a couple of session improvements. > > This work started once I had the time to fully read the "Precise session data > management" RFC. > I was thinking about creating small and specific RFCs for specific issues to be > discussed. I planned to put this up in the coming week(s). > > Most of the work isn't yet ready for prime-time, but I have already discussed it > with a couple of people. > > However now that I see the discussion about the last sessions RFC is being > brought up again I thought I would give you all a heads-up that there are more > people working on improving sessions. > > There will be minor overlap with Yasuo's session RFC hence I speak out now. I'm about to split the RFC into 2 pieces - Other small changes like INI default, hash removal - Time stamp based management There are number of areas that could be improved. Good to hear anyone who are interested! Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net