Function __global->handle_logins
Definitions
sources/users.php
- Handles an attempted login or logout, and take care of all the sessions and cookies etc.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Preview
Code (PHP)
/**
* Handles an attempted login or logout, and take care of all the sessions and cookies etc.
*
*/
function handle_logins()
* Handles an attempted login or logout, and take care of all the sessions and cookies etc.
*
*/
function handle_logins()

