CHttpDbSession is the child of the CHttpSession class. It allows to keep session data in database table. It is useful in case of showing some on-line statistics on your web page.
protected/extensions
'session' => array(
'class' => 'application.extensions.httpdbsession.CHttpDbSession,
'),
Total 1 comment
Yii has CDbHttpSession already.
Leave a comment
Please login to leave your comment.