Browse Source

\yii\web\DbSession updated

tags/2.0.0-beta
Alexander Kochetov 11 years ago
parent
commit
ecf7942aa4
  1. 2
      framework/yii/web/DbSession.php

2
framework/yii/web/DbSession.php

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

Loading…
Cancel
Save