Пример #1
0
 /**
  * Destroy cookie
  */
 public function destroy()
 {
     CookieStore::destroy($this->_name);
     CookieStore::save();
 }