http://codeigniter.com/wiki/RA_session/
Finally got to updating it again.
* Native PHP Session library
* including two main features
* Persistant Login (Able to set the session length on a per session basis)
* Remember Me (Set 1 variable to remember, normally a username)
* Update-Log
* Version 2.1
* Session expiry is renewed each time a new page is loaded (Reduces the need for a regnerate session function to be run)
* Cookie for persistant session now reflects your base session name with _persist
* Code was cleaned up (there were a few 1=1 statements)
* Productive comments Added
* Less coffee was drank - although was not completed remove. I make no warrenty against coffee stains found in this code
Everything I’m doing with RA_Session is to be compatible with my RA_Auth library, more to come on that later.
Biggest BONUS with this version is that the session cookie now automatically updates it’s expiry time on each page load.
Enjoy
