session::load()
Load the session data from the server.
Prototype
void load()
Example
// set and save some session information
$session = new \io_comand_web\session();
$session->load();
$username = $session->username;
Load the session data from the server.
void load()
// set and save some session information
$session = new \io_comand_web\session();
$session->load();
$username = $session->username;