diff --git a/framework/yii/web/DbSession.php b/framework/yii/web/DbSession.php index 48878b4..2b0b0e7 100644 --- a/framework/yii/web/DbSession.php +++ b/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' * column in the session table to improve the performance. */ - public $sessionTable = 'tbl_session'; + public $sessionTable = '{{%session}}'; /** * Initializes the DbSession component.