PHP session class similar to CodeIgniter session class? Exists?
I tried to search, but I did not get useful results. I was using CodeIgniter session class, that have sev
loot at this link
http://stevedecoded.com/blog/custom-php-session-class
Example
$session = new Session(); $session->__destruct();