I'm getting a
    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent
error even though the first line of my file looks like:
<?php session_start();  
all the answers I saw on other sites said it was from sending info to the server before starting the session. Why am I getting this error?
 
     
     
    