Newsgroups: php.doc,php.internals Path: news.php.net Xref: news.php.net php.doc:969386262 php.internals:95967 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82579 invoked from network); 13 Sep 2016 01:51:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Sep 2016 01:51:08 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@ohgaki.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@ohgaki.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ohgaki.net designates 180.42.98.130 as permitted sender) X-PHP-List-Original-Sender: yohgaki@ohgaki.net X-Host-Fingerprint: 180.42.98.130 ns1.es-i.jp Received: from [180.42.98.130] ([180.42.98.130:38878] helo=es-i.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7B/D3-60695-88B57D75 for ; Mon, 12 Sep 2016 21:51:07 -0400 Received: (qmail 87498 invoked by uid 89); 13 Sep 2016 01:51:00 -0000 Received: from unknown (HELO mail-qt0-f169.google.com) (yohgaki@ohgaki.net@209.85.216.169) by 0 with ESMTPA; 13 Sep 2016 01:51:00 -0000 Received: by mail-qt0-f169.google.com with SMTP id 93so82381204qtg.2; Mon, 12 Sep 2016 18:51:00 -0700 (PDT) X-Gm-Message-State: AE9vXwM2bfkndNJCMEmyEnOf58y9Y1Rr9Lb2J63s4pSMKZdlQ+NzH6afJ26e6zAct6UIbJU5nW6DaBY+mu4ZCA== X-Received: by 10.200.33.183 with SMTP id 52mr23964682qty.128.1473731453582; Mon, 12 Sep 2016 18:50:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.84.168 with HTTP; Mon, 12 Sep 2016 18:50:13 -0700 (PDT) Date: Tue, 13 Sep 2016 10:50:13 +0900 X-Gmail-Original-Message-ID: Message-ID: To: "internals@lists.php.net" , PHP Documentation ML Content-Type: text/plain; charset=UTF-8 Subject: Session Security manual page is updated From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi all, I've updated session security manual page a lot. http://php.net/manual/en/session.security.php Some of us do not realize importance of non adoptive session management and timestamp management. e.g. https://wiki.php.net/rfc/precise_session_management https://wiki.php.net/rfc/session-use-strict-mode I've tried to explain why they are important and mandatory for session security. Comments, questions, corrections and additions are appreciated! Current session manager is half broken. I would like to correct session module behavior in near future. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net