[eluser]onecode[/eluser]
Try to share my own session library, still using config.php for configuration, still using a same function with CI Session, but i'm using
PHP Native Session and ability to store in database using model...my attachment including :
1.Session.php (place this file in application/libraries)
2.session folder for model (place this folder in application/model)
how to use:
simple call this library just like another library :
Code:
$this->load->library('session);
and done...you can set this library in autoload too...i hope this library can help someone out there...