Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91988 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90412 invoked from network); 29 Mar 2016 14:04:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Mar 2016 14:04:59 -0000 Authentication-Results: pb1.pair.com header.from=info@pieterhordijk.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=info@pieterhordijk.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pieterhordijk.com from 185.78.96.68 cause and error) X-PHP-List-Original-Sender: info@pieterhordijk.com X-Host-Fingerprint: 185.78.96.68 mailsrv1.hostingfactory.nl Received: from [185.78.96.68] ([185.78.96.68:46535] helo=mailsrv1.hostingfactory.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 16/10-24137-88B8AF65 for ; Tue, 29 Mar 2016 09:04:56 -0500 Received: from localhost (localhost [127.0.0.1]) by mailsrv1.hostingfactory.nl (Postfix) with ESMTP id 1097D104235C for ; Tue, 29 Mar 2016 16:04:50 +0200 (CEST) Received: from mailsrv1.hostingfactory.nl ([127.0.0.1]) by localhost (mailsrv1.hostingfactory.nl [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 93ANWPu5hEPy for ; Tue, 29 Mar 2016 16:04:48 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mailsrv1.hostingfactory.nl (Postfix) with ESMTP id CA16A104232B for ; Tue, 29 Mar 2016 16:04:48 +0200 (CEST) X-Virus-Scanned: amavisd-new at mailsrv1.hostingfactory.nl Received: from mailsrv1.hostingfactory.nl ([127.0.0.1]) by localhost (mailsrv1.hostingfactory.nl [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id FJOGVZZHq_L5 for ; Tue, 29 Mar 2016 16:04:48 +0200 (CEST) Received: from mailsrv1.hostingfactory.nl (mailsrv1.hostingfactory.nl [185.78.96.68]) by mailsrv1.hostingfactory.nl (Postfix) with ESMTP id B623110422DD for ; Tue, 29 Mar 2016 16:04:48 +0200 (CEST) Date: Tue, 29 Mar 2016 16:04:48 +0200 (CEST) To: internals@lists.php.net Message-ID: <1039951662.1424554.1459260288214.JavaMail.zimbra@pieterhordijk.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [95.97.239.82] X-Mailer: Zimbra 8.6.0_GA_1169 (ZimbraWebClient - GC49 (Win)/8.6.0_GA_1169) Thread-Topic: Session improvements Thread-Index: uJxv0JC5B/N45icK6hifAEG6JXfO7g== Subject: Session improvements From: info@pieterhordijk.com (Pieter Hordijk) Hey Internals, 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. Pieter