\yii\web\DbSession updated

This commit is contained in:
Alexander Kochetov
2014-01-09 08:07:42 +04:00
parent 5c1a2ccbfa
commit ecf7942aa4

View File

@@ -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.