What is the difference between session_register() and $_SESSION array ?
session_register()
$_SESSION
session_register() is kinda old, already deprecated, but as I know it does the same thing.
also all variables that start with $_ are included in $GLOBALS and are called superglobals