Skip to content

Another Codeigniter session library that uses Native PHP session mechanism instead of the original cookie-based way. It also takes memcached as the session datastore.

License

Notifications You must be signed in to change notification settings

qianjiang/codeigniter-my-session

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

查看简体中文版README

Intro

Another CodeIgniter session library that utilizes the Native PHP session mechanism instead of the original CI cookie-based OR DB-based way. It takes Memcached as the session datastore, which will boost the performance of your app. Also, it supports all the original features, such as flash session.

Author

Requirement

HOW TO USE?

  1. Drop libraries/MY_Session.php into your application/libraries folder
  2. Drop system/libraries/Cache folder into your system/libraries folder, overwrite the existing files if needed when prompted.
  3. Load the Session library manually OR you can autoload it in config/autoload.php file.
  4. Use it like you are using the original CI Session library.
  5. That's all, enjoy!

License

The MIT license

About

Another Codeigniter session library that uses Native PHP session mechanism instead of the original cookie-based way. It also takes memcached as the session datastore.

Resources

License

Stars

Watchers

Forks

Packages

No packages published