Example #1
0
 /**
  * Writes session data
  *
  * @return NULL
  */
 public function commit()
 {
     $this->ensureSessionIsStarted();
     $this->backend->write($this->data);
 }