asherinho Posted December 4, 2008 Share Posted December 4, 2008 Hi guys.I am having a problem with session_start() in my page,I kept the function on top in my page but I get the following warnings cannot send session cookie-headers already sent by (output started at c:progrm files\xampp\htdocs\mtibwa\index.php) cannot send session cache limiter-headers already sent by (output started at c:progrm files\xampp\htdocs\mtibwa\index.php) What should I to solve this problem guys? Link to comment https://forums.phpfreaks.com/topic/135476-session-problemplease-help/ Share on other sites More sharing options...
GingerRobot Posted December 4, 2008 Share Posted December 4, 2008 Start by reading this sticky. You need to make sure you have no output whatsoever(that includes whitespace) prior to using session_start(); Link to comment https://forums.phpfreaks.com/topic/135476-session-problemplease-help/#findComment-705806 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.