Foser Posted June 26, 2007 Share Posted June 26, 2007 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\WAMP\www\Projects\login\auth.php:2) in C:\WAMP\www\Projects\login\auth.php on line 11 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\WAMP\www\Projects\login\auth.php:2) in C:\WAMP\www\Projects\login\auth.php on line 11 this is th error I get. I've been playing a bit with sessions learning about them, and all a sudden I get this kind of error on every file which includes sessions? Was working perfectly fine, than I'm not too sure how this got here. I done a small research and foudn that might be my output_buffering in my php.ini I turned it on nothing changed. What causes these errors? Quote Link to comment Share on other sites More sharing options...
suma237 Posted June 26, 2007 Share Posted June 26, 2007 remove the space from the beginning of the coding page. or post the code Quote Link to comment Share on other sites More sharing options...
mmarif4u Posted June 26, 2007 Share Posted June 26, 2007 Or try to use it like: <?php ob_start(); SESSION_START(); ?> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.