Tariqa
3.0
|
Public Member Functions | |
startSession ($login=true) | |
endSession ($logoff=false) | |
sessionEstablished () |
endSession | ( | $ | logoff = false | ) |
Closes a session and - if requested - logoff the user
bool | $logoff | If set to True, also logoff the user |
Implemented in EC_Authentication.
Check if the session has been established successfully
Implemented in EC_Authentication.
startSession | ( | $ | login = true | ) |
Establish a session (and proceed with authentication if needed)
bool | $logoin | If set to True, also login to the system |
Implemented in EC_Authentication.