he metido esto dentro de un archivo php
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Pagina nueva 1</title>
</head>
<body>
<?php
session_start();
print("su sesion" . session_id());
?>
</body>
</html>
pero cuando lo ejecuro me da este error
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/corridas/public_html/1.php:11) in /home/corridas/public_html/1.php on line 12
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/corridas/public_html/1.php:11) in /home/corridas/public_html/1.php on line 12
su sesion61a7bc814064cabfe2339c5928139bbb