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.
- HU Yang Gang, aka. Saturn
- PHP 5.2.0 +
- CodeIgniter 2.0 +
- libmemcached php extension
- Drop libraries/MY_Session.php into your application/libraries folder
- Drop system/libraries/Cache folder into your system/libraries folder, overwrite the existing files if needed when prompted.
- Load the Session library manually OR you can autoload it in config/autoload.php file.
- Use it like you are using the original CI Session library.
- That's all, enjoy!
The MIT license