I am trying to refer to my session variables using something like $HTTP_STATE_VARS['my_var'] ... however, when I do
print $HTTP_STATE_VARS['my_var'] ; ... it prints out nothing!
Can you please teach me how to use $HTTP_STATE_VARS, and also any other way to refer to session variables?
Thank you!