CodeIgniter Forums
Session problem - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17)
+--- Thread: Session problem (/showthread.php?tid=68715)



Session problem - Ramzy - 08-16-2017

Hello everyone;
help me ;
Since i am going to version 3.1.3 of codeigniter. I a problem that keeps me from putting my site online.
In local everything works well;
But as soon as I put the site online I errors regarding the sessions.


Here is an apperception of the error:

   


RE: Session problem - Diederik - 08-16-2017

The file controllers/Login.php generates output where it should not.
In your local environment you probably have a different error reporting level so it is not shown to you, but the same error exists Wink

Possibly you use a closing ?> tag at the end of your controller and have an empty line below it.