Todo List
bool delVar( string $name, [string $default = false], [path $path = '/'])
void expire( )
string getVar( sring $name, [string $default = false], [ $path = '/'], [autocreate $autocreate = true], [overwriteExistingVar $overwriteExistingVar = false])
bool hasExpired( )
bool initialize( )
void random_regenerate( )
void regenerate( [bool $force = false])
void requireSession( )
bool setVar( string $name, value $value, [path $path = '/'], [autocreate $autocreate = true], [overwriteExistingVar $overwriteExistingVar = false])
void _setup( )