10-03-2008, 11:55 AM
[eluser]nuttynibbles[/eluser]
how do i add data to existing session.
e.g:
the current session contain this...
$sessiontag=array('sessid'=>'1234abc','a1'=>'apple','a2'=>'boy');
and now i wanna add another value 'a3'=>'cat' into the session array, how can i approach this problem.
how do i add data to existing session.
e.g:
the current session contain this...
$sessiontag=array('sessid'=>'1234abc','a1'=>'apple','a2'=>'boy');
and now i wanna add another value 'a3'=>'cat' into the session array, how can i approach this problem.