httpdbsession Performs storing session data in database

  1. Documentation
  2. Change Log

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.
1 0
2
866
Yii Version: 1.1
License: BSD-2-Clause
Category: Auth
    Developed by: kavolorn kavolorn
    Created: Jun 6, 2009
    Updated: 17 years ago

    Downloads

    show all