예제 #1
0
 /**
  * Destroys the session.
  *
  * @return void
  *
  * @see YapepBase\Session.SessionAbstract::destroy()
  */
 public function destroy()
 {
     parent::destroy();
     $this->response->setCookie($this->cookieName, '', 1, $this->cookiePath, $this->cookieDomain);
 }