Restart session driver.
void
public function restart() { $this->driver ->stop(); $this->driver ->start(); }