Todo List
Session class must implement this interface.
void clear( string $name)
void destroy( )
mixed get( the $name)
boolean has( mixed $name)
boolean isStarted( )
void set( string $name, mixed $value)
void start( )