示例#1
0
 /**
  *
  * ログアウト
  *
  * @return void
  */
 public function logout()
 {
     $this->clearIdentity();
     ComSession::expireSessionCookie();
     ComSession::forgetMe();
 }