Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent on line 2
I searched on every questions. I see the solve putting this on the top of the page.
I did:
<?php session_start();?>
got the same error. Can someone help?