On Sun, 28 Oct 2001, Hojtsy Gabor wrote:

> > 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

I know that, but phrase 'only members of the global associative
array $HTTP_SESSION_VARS can be registered as session variables'
suggests, that if I want to register a session variable it have
to be in $HTTP_SESSION_VARS.

Thing you are writing about is in last sentence, and I'm talking
about one before that.

Regards

-- 
               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