Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70971 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75191 invoked from network); 2 Jan 2014 20:47:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jan 2014 20:47:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.54 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.54 mail-la0-f54.google.com Received: from [209.85.215.54] ([209.85.215.54:49495] helo=mail-la0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CF/25-48256-260D5C25 for ; Thu, 02 Jan 2014 15:47:31 -0500 Received: by mail-la0-f54.google.com with SMTP id b8so7756329lan.27 for ; Thu, 02 Jan 2014 12:47:27 -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=JihcbGGGf2qFyRcaEUq83UtDxTDjhxFijffuaRWB2WE=; b=h+FInOq684ldXiKTCtqTZz/jSobTWin4Iw+6SJ2gy8dkDfI1+RSOeJhlMFe2+2G9dz 8NSXuZQj4xPEKxMGHejOLumqWM0ec8Sl4a6a5lu0k9SFphMhqhCeXdJTcjbEUNlbjqHV ou+z1VKodX5rb7moM7U8YszrmiEoIVYpP5DWSZBLXLtxA4FeT8qeSDZvf1ojPcVjU5hd xqSfDAh4us8QNljVGeGZ0GEdjcQNhDiyz0a79PomA/u0982oRMBWdNAeHJqgN1X6UAub E6Xae6sTlz2DCnTItx6EjM6DOM8Vp2jqrWqdMLbzJSGfhcl/dgbJM4BFU0ZvsAptdC+8 IDdQ== X-Received: by 10.152.180.66 with SMTP id dm2mr26419lac.88.1388695646929; Thu, 02 Jan 2014 12:47:26 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.6.68 with HTTP; Thu, 2 Jan 2014 12:46:46 -0800 (PST) In-Reply-To: References: Date: Fri, 3 Jan 2014 05:46:46 +0900 X-Google-Sender-Auth: K-Acs6YmoxkrdGNd6J-7RjProO8 Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11345896bc876b04ef02e606 Subject: Re: [RFC] Introduce session.lock, session.lazy_write and session.lazy_destory From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11345896bc876b04ef02e606 Content-Type: text/plain; charset=UTF-8 Hi all, On Sat, Dec 21, 2013 at 7:25 PM, Yasuo Ohgaki wrote: > This was discussed before. > I've created RFC for more discussion. > > https://wiki.php.net/rfc/session-lock-ini > > Please comment if any. > I've added session_discard() to RFC that discards changes made to session data and close session. Since there is session_commit(), http://www.php.net/manual/en/function.session-commit.php session_abort() may be better name for it. Any comment? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11345896bc876b04ef02e606--