From ecf7942aa43f7c094664fb6194b402832551d5d0 Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Thu, 9 Jan 2014 08:07:42 +0400 Subject: [PATCH] \yii\web\DbSession updated --- framework/yii/web/DbSession.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.