jeppers Posted April 23, 2007 Share Posted April 23, 2007 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\test\main.php:2) in C:\test\main.php on line 4 Link to comment https://forums.phpfreaks.com/topic/48251-what-dost-this-mean/ Share on other sites More sharing options...
mmarif4u Posted April 23, 2007 Share Posted April 23, 2007 Do it in ur main.php at top of the page: <?php ob_start(); session_start(); ?> Link to comment https://forums.phpfreaks.com/topic/48251-what-dost-this-mean/#findComment-235867 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.