mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-23 18:18:21 +08:00
wording fix [skip ci]
This commit is contained in:
@@ -174,7 +174,10 @@ where 'BLOB' refers to the BLOB-type of your preferred DBMS. Below are the BLOB
|
||||
- PostgreSQL: BYTEA
|
||||
- MSSQL: BLOB
|
||||
|
||||
Note that length of id column should be adjusted if `session.hash_function` is changed in `php.ini`.
|
||||
> Note: According to the php.ini setting of `session.hash_function`, you may need to adjust
|
||||
the length of the `id` column. For example, if `session.hash_function=sha256`, you should use
|
||||
length 64 instead of 40.
|
||||
|
||||
|
||||
### Flash Data <a name="flash-data"></a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user