Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100321 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90888 invoked from network); 28 Aug 2017 19:06:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Aug 2017 19:06:34 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.172 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.172 mail-pf0-f172.google.com Received: from [209.85.192.172] ([209.85.192.172:36191] helo=mail-pf0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/9E-34801-8B964A95 for ; Mon, 28 Aug 2017 15:06:34 -0400 Received: by mail-pf0-f172.google.com with SMTP id z87so3726063pfi.3 for ; Mon, 28 Aug 2017 12:06:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=YfAIhk8K66bQ626NktjJFwGTws9BPr50EEBiTBzY4Bc=; b=WLRUgOMbZuhWEt9RmRqEtBntW6tSh07dY1Sufku13/BvrJDe4VZo3GFmsCpbYUJ4Ff yeMUMNfmrzwkO2sYiPXp7Cm1DjCdJZs3JBmFZ6tD9W/cDbs3acXfwdw9Uuw+Ak2Orq6L BlNLIgsWKOCN5iqBOUjKj4DPyh79IOp+BN7gyTah5SEc3dx5QYm5fd1VdgE/lr6sZICd zRBjANYUfc81ujhTA4cSheQw/kFZ/e6f8PxZbfjvm7vqGhl25pvaUfNdHzscb5dzvQac FMWAAhMSAztl/ITi2YrmSHmE91Sn9uQI9+sncr158Lo1NW2jmfLeygPpPXB05QLJMKQf to9Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=YfAIhk8K66bQ626NktjJFwGTws9BPr50EEBiTBzY4Bc=; b=ZlXbr3p8xBUYRpD6RkwVZJ1JmVNuaoEQGYHLzp3mZ4vwge8eCCd7/RuS2XCjWrn/k7 sUk6jrxBZUBxN7QyaLQTGIMo3QAHkf2bw4U/jEOl6LtC8+IH17pJgixH3FK/wiku/Dkh bnGuPJMgq5pS47tgSl29hE02MGu41XNF9JBzCHqun03cju7hm6AY6QfPa+dwzqi14irI xdBjKyCfF5/J02G3nqeuggoYKSz5FJf1hW123QjYTbft4NKkZKBhGvXqtb1nyHp3nVcp CqA5tPS9F3G4su7+EV2vznMND/B+IluyI9aGxDQ3IR5cR3NER0jh86BWdypKqe8VpmD/ 5bMw== X-Gm-Message-State: AHYfb5iapUuWNi3mvb9QkwBMZFTR6FTRE1BSHEcWdDFaMoO0+AMP/rCJ cj64Tks8wCa87n4IxiE= X-Received: by 10.98.202.91 with SMTP id n88mr1506806pfg.73.1503947189377; Mon, 28 Aug 2017 12:06:29 -0700 (PDT) Received: from ?IPv6:2602:306:ce9c:e680:7dfd:a541:97c5:13af? ([2602:306:ce9c:e680:7dfd:a541:97c5:13af]) by smtp.gmail.com with ESMTPSA id l6sm1823001pgo.27.2017.08.28.12.06.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 28 Aug 2017 12:06:28 -0700 (PDT) To: Frederik Bosch , internals@lists.php.net References: Message-ID: <1abd260d-ebc4-a062-3381-72485946e8bc@gmail.com> Date: Mon, 28 Aug 2017 12:06:27 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [VOTE] Same Site Cookie RFC From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > additional argument to these three functions. The second implementation > suggestion is to allow an array of options in which all the cookie > options will be moved into. More details are to be found in the RFC. Something not clear to me on the second one - why lifetime/expiration is a separate parameter while all others are part of $options? -- Stas Malyshev smalyshev@gmail.com