Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:92160 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3839 invoked from network); 8 Apr 2016 08:02:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Apr 2016 08:02:41 -0000 Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.218.41 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.218.41 mail-oi0-f41.google.com Received: from [209.85.218.41] ([209.85.218.41:33241] helo=mail-oi0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 49/12-25122-0A567075 for ; Fri, 08 Apr 2016 04:02:40 -0400 Received: by mail-oi0-f41.google.com with SMTP id w85so128444873oiw.0 for ; Fri, 08 Apr 2016 01:02:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=i6eLjDA+Wy4q7+XfUkmsmU+zMfvXIeLP3bFxUJpg2/c=; b=tdZE3KDGF3yzE/4sk3iQ+rzIvxDgoOcVZ9IlESkDprB0wOC8Ngri5iBMWgfYZS9Tun QkNm5K48C+T+0f/EfnSGB/RlLSpDREvm6WY8Eb6tKYfi2zCY07NJ+fbQWx7f0BP/Q3wP +HP3Cz1iVSUr0u7763tPaElHZwtRLqQh+TfnA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=i6eLjDA+Wy4q7+XfUkmsmU+zMfvXIeLP3bFxUJpg2/c=; b=Z+ZyM1CaaCaFuUTOCXnYqBgjrWSd7YO3AAXTjVvNl9OLkQdlRfliii4+M4eNoz7v0i c3qqhFxRWCF0rvnM+ONRqmCTUmNpKoKBK06CnppMy3nNXtI+YI8EeF4Yhyf1uE/GpiL0 cQNkpYoVNOgdgvUn9Y5DkuvfqB+crKZs8ocWeB8bE/wC8CM7HHsztJ++nsCqdRb4lEbD Nsa5eEqfNgPMnDt+SuH+YvaNLdadOC6tiRxnEgiJXdxl5un+UWTnOkJ1Yu+yOJoH8ZDc Rn5/r4cEunRIpBqEMw16A+NmYV0K3di5tWeozp0d/GZdppAMLM9JLGUmuIlYaprs39X4 f1/g== X-Gm-Message-State: AD7BkJI5lYtmnSNVY53j35mwTKbiwB/RCJ3jD1jksa2zKucSmU8xls/qo6k85OL28p/jEr0v+8cUS4qvenAftA== MIME-Version: 1.0 X-Received: by 10.202.104.169 with SMTP id o41mr3483625oik.18.1460102557624; Fri, 08 Apr 2016 01:02:37 -0700 (PDT) Received: by 10.202.175.87 with HTTP; Fri, 8 Apr 2016 01:02:37 -0700 (PDT) In-Reply-To: References: Date: Fri, 8 Apr 2016 11:02:37 +0300 Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1140e9364886fa052ff49e55 Subject: Re: [PHP-DEV] [RFC][Discussion] Add session_gc() From: narf@devilix.net (Andrey Andreev) --001a1140e9364886fa052ff49e55 Content-Type: text/plain; charset=UTF-8 Hi, On Fri, Apr 8, 2016 at 6:46 AM, Yasuo Ohgaki wrote: > ,,, > > > Speaking of the documentation part - it's not hard to imagine A LOT of > > people doing this: > > > > session_start(); > > session_gc(); > > > > That's not a small problem. > > Shooting their own foot is not our problem, but leaving obsolete and > possibly active session is ours. > > If you want to explicitly document something as a best practice, it IS your problem when users shoot their feet with it. Cheers, Andrey. --001a1140e9364886fa052ff49e55--