Re: [PHP] Use of $_SESSIONS in PHP 4.1.2 with register_globals off

2002-03-14 Thread Erik Price
In PHP 4.1.0 or greater, all you need to use sessions is this: I'm attempting to understand how to use session variables with > register_globals off. Listed below are three very simple pages that > pass > session variables. > > >>>With register_globals off: > I'm only able to see $ses_var1

[PHP] Use of $_SESSIONS in PHP 4.1.2 with register_globals off

2002-03-14 Thread Donna Dufort
I'm attempting to understand how to use session variables with register_globals off. Listed below are three very simple pages that pass session variables. >>>With register_globals off: I'm only able to see $ses_var1 if I refer to it with $HTTP_SESSION_VARS['ses_var1'] or $_SESSION['ses_v