, SCOTT V (SBCSI)
Cc: Installation Helplist (PHP)
Subject: Re: [PHP-INST] 4.2.3 session login problem...
Chances are your problem lies with Register Globals. In php 4.1.x this
defaulted to on, which meant that all session variables were access as
$mysessionthingy
However, in php 4.2.x and higher, the
Chances are your problem lies with Register Globals. In php 4.1.x this
defaulted to on, which meant that all session variables were access as
$mysessionthingy
However, in php 4.2.x and higher, the way sessions work has changed
dramatically. However, the old methods (using session_start and so on) a