Hi,
I am trying to set more than 1 variable in a $_SESSION however I can't seem to get it to work.
I also can't find anywhere, if it's actually possible to have 2 sessions set at the same time. Hence the Question.
So can you set 2 sessions at the same time?
LIKE:
$_SESSION['user'] = $username;
$_SESSION['userID'] = $userID;
$_SESSION['accountNo'] = $accountNo;
Or is there another way that I can do the same thing? if this isn't possible.
otherwise, if it is possible then ... I'm stumped why mines not working..
Thanks for your help