Beispiel #1
0
 /**
  * Update the session with the given ID.
  *
  * @param  string  $id
  * @return void
  */
 protected function updateSession($id)
 {
     $this->session->put($this->getName(), $id);
     $this->session->migrate(true);
 }