mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-22 01:30:23 +08:00
\yii\web\DbSession updated
This commit is contained in:
@@ -65,7 +65,7 @@ class DbSession extends Session
|
|||||||
* When using DbSession in a production server, we recommend you create a DB index for the 'expire'
|
* When using DbSession in a production server, we recommend you create a DB index for the 'expire'
|
||||||
* column in the session table to improve the performance.
|
* column in the session table to improve the performance.
|
||||||
*/
|
*/
|
||||||
public $sessionTable = 'tbl_session';
|
public $sessionTable = '{{%session}}';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initializes the DbSession component.
|
* Initializes the DbSession component.
|
||||||
|
|||||||
Reference in New Issue
Block a user