Part of the EllisLab Network
x
 
Create New Page
 View Previous Changes    ( Last updated by {author} )

File:NGSession.zip

Download File

NGSession.zip - MIME Type: application/x-zip-compressed

Overview
=========
- NGSession is based on a combination of Codeignitors Session.php in version 1.6 and DBSession.
- Fully compatible with Codeignitors Session.php in version 1.54 and 1.6 and DBSession.
- Designed as drop-in replacement for CI Session and/or DBSession.
- Any config option like encryption and any functionallity like flash session variables are fully supported.
- When using a database, only the session_id is stored in a cookie. Any other data is stored in the database.
- When using without a database, all data is stored in a cookie.
- Both modi work fully tansparent.

Quick Links: