Auth::getStatus()
Auth::getStatus() – get the current status of the auth session
Synopsis
int Auth::getStatus (
)
Description
Get the current status of the authentication session.
Return value
int
-
An Auth constant representing the current session state.
Note
This function can not be called statically.