File tree Expand file tree Collapse file tree 2 files changed +2
-26
lines changed Expand file tree Collapse file tree 2 files changed +2
-26
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 4841e3291543ae71e747f8448463c801b8a28e42 Maintainer: hirokawa Status: ready -->
3+ <!-- EN-Revision: 7f1b75ed358430c1db0e37c832d2926735d5f5c2 Maintainer: hirokawa Status: ready -->
44<!-- CREDITS: shimooka,takagi,mumumu,jdkfx -->
55<section xml : id =" session.configuration" xmlns =" http://docbook.org/ns/docbook" >
66 &reftitle.runtime;
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: ccb379494533c9b7d63a81f0221231a9e526eee9 Maintainer: mumumu Status: ready -->
3+ <!-- EN-Revision: 55e0481a24fd4d7db21b62f1885973edbca25e60 Maintainer: mumumu Status: ready -->
44
55<chapter xml : id =" session.security" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <title >セッション と セキュリティ</title >
741741 </para >
742742 </listitem >
743743
744- <listitem >
745- <para >
746- <link linkend =" ini.session.sid-length" >session.sid_length</link >="48"
747- </para >
748- <para >
749- (PHP 7.1.0 > =) 長いセッションIDであればあるほど、強いセッションIDになります。
750- 開発者はセッションIDの長さを32文字以上にすることを検討すべきです。
751- <link linkend =" ini.session.sid-bits-per-character" >session.sid_bits_per_character</link >="5" の場合、
752- 少なくとも 26文字以上が必須です。
753- </para >
754- </listitem >
755-
756- <listitem >
757- <para >
758- <link linkend =" ini.session.sid-bits-per-character" >session.sid_bits_per_character</link >="6"
759- </para >
760- <para >
761- (PHP 7.1.0 > =)
762- セッションIDの文字に多くのbitを使うほど、
763- セッションモジュールが生成するセッションIDは、
764- 長さが同じであっても強くなります。
765- </para >
766- </listitem >
767-
768744 <listitem >
769745 <para >
770746 <link linkend =" ini.session.hash-function" >session.hash_function</link >="sha256"
You can’t perform that action at this time.
0 commit comments