Skip to content

xintesa/DbSession

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DbSession Data source for Cakephp 2.x - Croogo 1.5

A simple database session store with extra functionality that keeps a 'map' of logged-in users. Authenticate objects can then use this map to prevent multiple login of the same user.

Requirement:

  • wddx module is activated
  • cakephp > 2.2

CakePHP

Add the following in Config/bootstrap.php:

CakePlugin::load('DbSession', array('bootstrap' => true));

Croogo 1.5

Activate the plugin via the admin backend, or via CLI:

Console/cake ext activate plugin DbSession

Releases

No releases published

Packages

No packages published

Languages