ArrayHandler.php
system/Session/Handlers/ArrayHandler.php
1 class
6 methods
class ArrayHandler
Session handler using static array for storage. Intended only for use during testing.
open
($path, $name)
read
($id)
write
($id, $data)
close
()
destroy
($id)
gc
($max_lifetime)