Just wondering if there are any alternative ways to use session_start() and also having my header.php in every page without getting the below warning?  Help?
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent
Here's the code.
<?php
session_start();
?>
<? include('header.php'); ?>
 
     
     
     
     
    