Ho can create array of native PHP session variables with elgg

Hi everyone,

How can I create the following native PHP session variable with elgg using elgg_get_session()

$_SESSION['toto'] = array();
$_SESSION['toto']['lib'] = array();
$_SESSION['toto']['abs'] = array();
$_SESSION['toto']['sub'] = array()

Regards,

 

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking