Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68474 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53612 invoked from network); 10 Aug 2013 09:46:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2013 09:46:29 -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.216.171 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.216.171 mail-qc0-f171.google.com Received: from [209.85.216.171] ([209.85.216.171:55701] helo=mail-qc0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/EB-06453-4FB06025 for ; Sat, 10 Aug 2013 05:46:28 -0400 Received: by mail-qc0-f171.google.com with SMTP id n1so95539qcw.16 for ; Sat, 10 Aug 2013 02:46: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:content-type; bh=GmDRE1OEa2ywIDURD4psSpQOhfIROr0LNCGn6FX+0T4=; b=frrXrxt+TZDCUzK/gM1BJgzjtjWqEv4uUlzFwecP/QPhtTse+Qhq24K/7g4ch3aPWQ uMe4tPF0te4XU89n/ZxfUoFicv7E4n/N6TezqmttApZvK5BJbv/hPx7pVLTUgO1GAsZ1 G0pzZEnflhL7dqOZ78ElzhF+mmD5vyO5ZUJqZ+SzeXqx7pyniwNxQBHZTRdzb4vSVA9u 2ysghoMGawSGfSoK45VIlBdRVuW32PiGKi/4FVmGxbeXtOYsmOiaQgVr8W56lI8OY8LL 9xosJl3JDcsFSl6lCIq/Vu55FI4AuXE7BMJNHmTRs/a3tCg3sGFzloEf9Kq6qOkBszfb ztAw== X-Received: by 10.49.117.195 with SMTP id kg3mr4712491qeb.68.1376127986520; Sat, 10 Aug 2013 02:46:26 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.224.217.136 with HTTP; Sat, 10 Aug 2013 02:45:46 -0700 (PDT) In-Reply-To: References: Date: Sat, 10 Aug 2013 18:45:46 +0900 X-Google-Sender-Auth: HKkRVDmZCHZhz-58W2U3NRKN7nw Message-ID: To: Leigh Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=047d7b5da46fcd579d04e394c351 Subject: Re: [PHP-DEV] Request #17860 Suggestion: auto detect whether session changed From: yohgaki@ohgaki.net (Yasuo Ohgaki) --047d7b5da46fcd579d04e394c351 Content-Type: text/plain; charset=UTF-8 Hi Leigh, On Sat, Aug 10, 2013 at 6:26 PM, Leigh wrote: > 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? Thank you for heads up. I'll make it optional and document the side effect. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --047d7b5da46fcd579d04e394c351--