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,
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 1 like
- Hermand Pessek@rheman
Hermand Pessek - 0 likes
Regards,
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 1 like
- Hermand Pessek@rheman
Hermand Pessek - 0 likes
You must log in to post replies.Ref
Thank,
Please take a look at my example, 'toto' is an array and ['toto']['lib'] is also an array. How can I achieve that using elgg_get_session(); ?
Why not use this:
Thanks