/**
  * Clear all session data in memory.
  */
 public function clear()
 {
     $this->innerSessionStorage->clear();
 }