Getting the following two error - Warning:session_start() : cannot send session cookie - headers already sent by(output started at.......) Warning:session_start() : cannot send session cache limiter - headers already sent by(output started at.......)
session_start() must be at the top of your source, no html or other output before like
<?php @ob_start(); session_start(); ?>
Also your can only send session_start() one time
Above should solve your issue.
Description: You get a warning message on your browser that says:
Warning: Cannot modify header information - headers already sent by (output started at