/**
  * Returns the client session id.
  *
  * @return string
  */
 public function getSessionId()
 {
     return $this->session->getSessionId();
 }