cnsaturn / codeigniter-my-session

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

查看简体中文版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.

License:MIT License


Languages

Language:PHP 100.0%