ophentis / CodeIgniter-Native-Session

codeigniter native session

Home Page:http://blog.wu-boy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install and Usage

$ cp config/session.php your_application/config/
$ cp libraries/Session.php your_application/libraries/

If you run multiple applications on the same site, please modify your_application/config/session.php file line:

// Session namespace
$config['sess_namespace'] = 'your_application_name';

About

codeigniter native session

http://blog.wu-boy.com