Posted: Tue Aug 27, 2002 5:21 am
[in addition to the last post]
when using session_register while register_globals is Off the registered variable is not available by "it's name" within following pages. It will be stored in $_SESSION['<registered name>'].
This behaviour is related to the topic of Sticky: Before Post Read: Concerning Passing Variables in PHP 4.2+
when using session_register while register_globals is Off the registered variable is not available by "it's name" within following pages. It will be stored in $_SESSION['<registered name>'].
This behaviour is related to the topic of Sticky: Before Post Read: Concerning Passing Variables in PHP 4.2+