Hello

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. But variable becomes
member of HTTP_SESSION_VARS when it's being registered. So, if I
understand that correctly, I can register variable only when it's
already registered.

Is there some mistake or I misunderstood that?

-- 
               Silly is a state of mind, stupid is a way of life
      http://www.leon.w-wa.pl/ | pl.comp.lang.php FAQ: http://php.faq.pl/

Reply via email to