コード例 #1
0
 public function SetIdentity($Value, $Persist = FALSE)
 {
     $this->_Identity->SetIdentity($Value, $Persist);
 }
コード例 #2
0
 /**
  * Destroys the user's session cookie - essentially de-authenticating them.
  */
 public function DeAuthenticate()
 {
     $this->_Identity->SetIdentity(NULL);
 }