httpdbsession

Performs storing session data in database
2 followers

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.

Resources

Documentation

Requirements

  • Yii 1.0 or above
  • Database connection

Installation

  • Extract the release file under protected/extensions
  • Apply database schema
  • Add to your main configure file redefinition:

   'session' => array(
      'class' => 'application.extensions.httpdbsession.CHttpDbSession,
   '),

Change Log

June 5, 2009

  • Initial release.

Total 1 comment

#1604 report it
qiang at 2009/06/06 08:11am
What does it differ from CDbHttpSession

Yii has CDbHttpSession already.

Leave a comment

Please to leave your comment.

Create extension
  • License: New BSD License
  • Developed by: kavolorn
  • Category: Auth
  • Votes: +1
  • Downloaded: 593 times
  • Created on: Jun 6, 2009
  • Last updated: Jun 6, 2009