> In session.xml there's something like that: > If <link > linkend="ini.track-vars"><literal>track_vars</literal></link> is > enabled and <link > linkend="ini.register-globals"><literal>register_globals</literal></link> > is disabled, only members of the global associative array > $HTTP_SESSION_VARS can be registered as session variables. The > restored session variables will only be available in the array > $HTTP_SESSION_VARS. > > If I understand that correctly, I can register variables only > when they are inside HTTP_SESSION_VARS.
No, you can register variables only __to be__ inside $HTTP_SESSION_VARS Goba
