Example #1
0
 /**
  * {@inheritdoc}
  */
 public function flush()
 {
     $this->session->remove($this->namespace);
 }
Example #2
0
 /**
  * Destroy bag
  */
 public function destroy()
 {
     $this->initialize();
     $this->session->remove($this->name);
 }