Commit ecf7942a by Alexander Kochetov

\yii\web\DbSession updated

parent 5c1a2ccb
......@@ -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'
* column in the session table to improve the performance.
*/
public $sessionTable = 'tbl_session';
public $sessionTable = '{{%session}}';
/**
* Initializes the DbSession component.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment