Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68476 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56455 invoked from network); 10 Aug 2013 09:51:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2013 09:51:20 -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.128.43 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.128.43 mail-qe0-f43.google.com Received: from [209.85.128.43] ([209.85.128.43:42378] helo=mail-qe0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/9C-06453-71D06025 for ; Sat, 10 Aug 2013 05:51:20 -0400 Received: by mail-qe0-f43.google.com with SMTP id k5so2784245qej.16 for ; Sat, 10 Aug 2013 02:51:16 -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=Sawt60AJ1b1GN1AiAJTky/6VW5HrMFHpxnX2a6u88Vo=; b=JChYnN8Z+AqhHE1dIrqFPk5KUFpAlOrk+U5ZxxXs9xQIsBfMZkSZY0MV5hIPXbXRV5 FTJtYxm9q4ZC7IkutP7GbWOTt8EkDoWcJ02KDPw/LHLdiGu9uPdG647bfrCi0BTyCsYV ZCYCvz2dwPICfjM/Cd0BrdOVisyH4yCi/Q7RQRUUzLY3gsIe8rG9BTyh9Fw/TM6T0hUW nYBfCngLophC8ik9C//0eEfqqg+jDOYWWAzuk1jR67L9+LJc8yBZ+W8o9vMuZlNp9/U7 PygNgOMBtfnh/NwvWS1XoS0LLT+2gl7zNbL53uKZ4CMCCHyfqVoslzBFeoWAgiW1tgFl crdA== X-Received: by 10.49.127.179 with SMTP id nh19mr4593886qeb.1.1376128276704; Sat, 10 Aug 2013 02:51:16 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.224.217.136 with HTTP; Sat, 10 Aug 2013 02:50:36 -0700 (PDT) In-Reply-To: References: Date: Sat, 10 Aug 2013 18:50:36 +0900 X-Google-Sender-Auth: nHAToDqxhqSxRaou0qQ7yv89BTo Message-ID: To: Leigh Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=047d7b62249a1933f204e394d5cc Subject: Re: [PHP-DEV] Request #17860 Suggestion: auto detect whether session changed From: yohgaki@ohgaki.net (Yasuo Ohgaki) --047d7b62249a1933f204e394d5cc Content-Type: text/plain; charset=UTF-8 Hi all, On Sat, Aug 10, 2013 at 6:45 PM, Yasuo Ohgaki wrote: > 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. > Anyone has good name for the option? -- Yasuo Ohgaki yohgaki@ohgaki.net --047d7b62249a1933f204e394d5cc--