Exemple #1
0
 /**
  * reset.
  */
 public function reset()
 {
     $this->cookie = '';
     if ($this->isLogged()) {
         $this->sessionDestroy();
     }
     parent::reset();
 }