Пример #1
0
 /**
  * Returns the sesssion id
  *
  * @return string
  */
 public function getId()
 {
     $this->ensureSessionIsStarted();
     return $this->backend->getSessionId();
 }