On Fri, 2002-01-18 at 08:29, Derick Rethans wrote:
> On Fri, 18 Jan 2002, Yasuo Ohgaki wrote:
> 
> > > Well, as for me, with some checking I did yesterday when I did my first
> > > post. In the beginning of the script print_r($_SESSION); returns
> > > nothing, but after settings some values, print_r returns it an
> > > associated array.
> > >
> > > Never tested on HTTP_SESSION_VARS though, should there be a difference?
> >
> > It's the same hash.
> 
> It's not AFAIK
> 

Using $HTTP_SESSION_VARS["session_var"] does no difference from using
$_SESSION, as far as I can see..

Another question, if I set session vars during a script, should they be
visible in phpinfo() then?


-- Robin


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to