Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94581 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5753 invoked from network); 20 Jul 2016 00:48:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2016 00:48:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=bishop.bettini@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=bishop.bettini@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.48 as permitted sender) X-PHP-List-Original-Sender: bishop.bettini@gmail.com X-Host-Fingerprint: 209.85.218.48 mail-oi0-f48.google.com Received: from [209.85.218.48] ([209.85.218.48:36506] helo=mail-oi0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F0/66-52781-B5ACE875 for ; Tue, 19 Jul 2016 20:48:28 -0400 Received: by mail-oi0-f48.google.com with SMTP id w18so50046548oiw.3 for ; Tue, 19 Jul 2016 17:48:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:from:date :message-id:subject:to:cc; bh=kRskRYodSFhhRaunKUdW3vCgosiLefMvZ17uy4y+A2Q=; b=us8H3mm1aNvpZEBpgv9+Cbk5wQz/CmuWZuQQFifEwsVo3oZYHnLXNnaKS0aRGF4L0n gZBSERq4al4E3KWz94IyZ5nIQBvYcPmNgdPvu8E8Tq0B0qp/TxcnwKKZeN1Pd0YnEtZS 39S0ycok0UDgCk6AK4JDZvWZqY8ip6hBct5bsxDVun/HtqywPEe0794lF6lr6vg8CW7J UaVlstCUBNpxYUagh38uKH1hMpFf45phhLE22lj1EgnUG4qj5wIOgIQJkVXW/roHTWJ3 6TB//oVdNBu7DtYtPp8JYhIhfUowiz3egqGkPlstGAklvpmfmalVHEGef8JilcN0XPLU KCug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:sender:in-reply-to :references:from:date:message-id:subject:to:cc; bh=kRskRYodSFhhRaunKUdW3vCgosiLefMvZ17uy4y+A2Q=; b=WeMf1D3gvzwHw6KS/yF6G48Dsl3nrhvxYysqLYc/uHaH4aB61u11mvBmBcnM0iw2kP S/huWvQYbsIdALTS5Te6suwgfCnSD+YodkUZ7CzZFXQ14u/fubfMotUJs+hjFk2+fllv YUDbpiClaB/ey1aKRYS4hFi1gNfLDLcxn1kD9BpLtD0rexvR+LetV6CNQh3noxE65iq4 XMLuQIzR2xcYFq3xUUPivqYrmbxE74EJoQHlk9E+tUjipe2xT+Ulv2g8/LKf11ykm46o nPWLu+ZXPOEgZcYONB9pBp0gOU2Kct4wtYWX7DlUfJmnFkhUTIWMsuDy1OSYg3I10YCY OesQ== X-Gm-Message-State: ALyK8tJfZskBvNzTlP7Rgb8b1pWvWKIjdpY54K/qCjQ6Sy6fxiPi4vOwD4Ix+qq+lWW6Z/TEelvC8k9StMl5TQ== X-Received: by 10.157.22.141 with SMTP id c13mr27158108ote.139.1468975704979; Tue, 19 Jul 2016 17:48:24 -0700 (PDT) MIME-Version: 1.0 Reply-To: bishop@php.net Sender: bishop.bettini@gmail.com Received: by 10.157.34.129 with HTTP; Tue, 19 Jul 2016 17:47:55 -0700 (PDT) In-Reply-To: References: Date: Tue, 19 Jul 2016 20:47:55 -0400 X-Google-Sender-Auth: h_wq6neqQ90Rd_9NueuEzYFPqek Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a113e237a1442dc0538068fa6 Subject: Re: [PHP-DEV] Re: [RFC][VOTE] Enable session.use_strict_mode by default From: bishop@php.net (Bishop Bettini) --001a113e237a1442dc0538068fa6 Content-Type: text/plain; charset=UTF-8 On Mon, Jul 18, 2016 at 9:40 PM, Yasuo Ohgaki wrote: > Hi all, > > On Tue, Jul 12, 2016 at 10:01 AM, Yasuo Ohgaki wrote: > > Vote for "Enable session.use_strict_mode by default" RFC has started. > > > > https://wiki.php.net/rfc/session-use-strict-mode > > > > Vote ends 2017/07/19 UTC. > > > > Thank you for voting! > > Vote is finish 4 vs 4. The RFC is declined. > I'll improve the manual so that attackers would not enjoy stealing PHP > web app accounts. > > Besides documentation, we must improve the way it is now. i.e. Do not > let attackers steal accounts easily with default configuration. > > To decide next move, I would like to start hearing the reason why from > those who are against this RFC. > I abstained from voting. While I would be a "Yes" in principle, two specific statements in the RFC made me wary of following that instinct: 1. "external session data storage may have noticeable impact" 2. "lost sessions are far better than stolen sessions" I can hand waive the first one away, as performance can be optimized usually. But I can't really agree that, in general, lost sessions are "far better" than stolen ones: if lost sessions happen 1% of the time, and stolen sessions happen .001% of the time, then to me lost sessions are worse. --001a113e237a1442dc0538068fa6--