/**
  * Destroy the session.
  *
  * @return NULL
  */
 public function destroy()
 {
     $this->ensureSessionIsStarted();
     $this->backend->destroy();
 }