NullSessionHandler.
Can be used in unit testing or in a situations where persisted sessions are not desired.
open( $savePath, $sessionName)
{@inheritdoc}
close()
read( $sessionId)
write( $sessionId, $data)
destroy( $sessionId)
gc( $maxlifetime)