$_SESSION variable not saving on page refresh or new page

Are you using session__start() ; at the top of that other page? You always need to retrieve session data when changing pages.

https://www.php.net/manual/en/function.session-start.php