some_first_name
show code
<?php
$_SESSION
[
'member_first_name'
] =
"some_first_name"
;
echo
$_SESSION
[
'member_first_name'
];
?>