yes, if u want the $user and $_SESSION["user"] are the same, u have to set Register_globals = ON. from php 4.x (dont remember :) ) the globals are set to OFF by default.
i advice u to use globals = OFF and use always $_SESSION, $_POST, $_GET etc etc, so your source is safer.