<? 
session_start(); 
print "xyz = " . $XYZ ; 
?>
==>
<? 
session_start(); 
print "xyz = " . $_SESSION['XYZ'] ; 
?>