Beispiel #1
0
 /**
  * Remove cookie
  *
  * @param string $name
  * @param array  $settings
  * @api
  */
 public function removeCookie($name, $settings = array())
 {
     $this->cookies->remove($name, $settings);
 }
Beispiel #2
0
 /**
  * Remove cookie
  *
  * @param string $name
  * @api
  */
 public function removeCookie($name)
 {
     $this->cookies->remove($name);
 }