|
Previous Page |
Solar_Auth_Adapter_Htpasswd |
Next Page |
reset()
public
void
reset (
string $status default 'ANON',
array $info default array ()
)
Resets any authentication data in the session.
Inherited from Solar_Auth_Adapter.
Parameters
- (string)
$status: A Solar_Auth status string; default is Solar_Auth::ANON. - (array)
$info: If status is Solar_Auth::VALID, populate properties with this user data, with keys for 'handle', 'email', 'moniker', 'uri', and 'uid'. If a key is empty or does not exist, its value is set to null.
Returns
- (void)
Description
Resets any authentication data in the session.
Note that this will start a session if one is not already in progress.
Typically used for idling, expiration, and logout. Calls session_regenerate_id() to clear previous session.
Local
- Overview
- Constants
- Properties
- Methods
- _64()
- __construct()
- __destruct()
- _apr1()
- _exception()
- _loadSession()
- _processLogin()
- _processLogout()
- _redirect()
- apiVersion()
- dump()
- getFlash()
- isLoginRequest()
- isLogoutRequest()
- isValid()
- locale()
- processLogin()
- processLogout()
- reset()
- start()
- updateIdleExpire()