Safe to all. I have scoperto that this script does not work on local my server. The page at first prints myself it now demanded and then reload the page remains it now old (also reload the page more times) If I remove session_start(), the page works perfect. I do not know more thing do! !!??? Thanks to all
<?php session_start();
$idses=session_id();
?>
<html>
<head>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<p>This page was created at <b>
<?php echo date("h:i:s a", time()); ?>
</b> on the computer running PHP.</p>
</body>
</html>
😕 😕