Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68473 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50061 invoked from network); 10 Aug 2013 09:26:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2013 09:26:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.51 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 74.125.82.51 mail-wg0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:56359] helo=mail-wg0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 95/2B-06453-63706025 for ; Sat, 10 Aug 2013 05:26:14 -0400 Received: by mail-wg0-f51.google.com with SMTP id a12so4223250wgh.30 for ; Sat, 10 Aug 2013 02:26:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=3/I2Qv9GwfFBBWe3UWP8GYfW8q8dQKHn0QXSbV7J7O0=; b=RotngcC3OK3afSZamGNM0j/br+82NySAcgeYhddIr2182/tgcD1zceVaXZwN/nZr67 /Qdkczn5iPCIg2ZgHj5Q1xJY066Mbq9I4Kph+LOgkQ82QM6C+RwI8JaPqlkz2lwrO4K0 vzlqkoAlituytoko9gHvBOfjIiV66RzkIwjWrM1GCcQ+b+v5F0AyxLZ68VJsaxWqtY1e 2KjfE9fTbALKCnhyZm/HxMWTH0PdthClX2d+c5OrKS+VuOLUa1botm++1Xepz4SmRLR3 zDvEscGxqeD/xLqVegN9uwzk5Z8leQGf2QRS2GEyECIQV5JowWAqr6Ol03eKR/fTFGUL sg/A== MIME-Version: 1.0 X-Received: by 10.180.37.20 with SMTP id u20mr2320982wij.21.1376126771586; Sat, 10 Aug 2013 02:26:11 -0700 (PDT) Received: by 10.216.182.193 with HTTP; Sat, 10 Aug 2013 02:26:11 -0700 (PDT) In-Reply-To: References: Date: Sat, 10 Aug 2013 10:26:11 +0100 Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=e89a8f64770d62ec1704e3947b31 Subject: Re: [PHP-DEV] Request #17860 Suggestion: auto detect whether session changed From: leight@gmail.com (Leigh) --e89a8f64770d62ec1704e3947b31 Content-Type: text/plain; charset=ISO-8859-1 On 10 August 2013 04:45, Yasuo Ohgaki wrote: > > This patch removes unneeded session writes. i.e. session data > has not changed, just skip write and improve performance. > > Although it is safe to remove unneeded writes, if many of us > want ini setting for enable/disable write short cut, I'll add setting > for it. > > Any comments? > How does this affect GC of sessions? If a session is not written for 30 minutes, but the user is active, is there a potential for their session to be GC and destroyed? --e89a8f64770d62ec1704e3947b31--