After moving my website from older to new version of PHP my login session show the following message undefined Function Session_Register but before upgrading this script work
Here is my login script
if($count=1)
{
session_register('username');
header("location:authorized.php");
}