webCOMAND

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;