php - CodeIgniter Session Library stops whole script -


I was using a codeigniter on a project but when I upload to my live server, I have a very serious problem

Whenever I try to use session library, I get blank page. Say, I wrote

  $ this-> session- & gt; Userdata ('login') in line 56  

This script will work fine till the line number 55, but it returns a blank page after executing the row number 56.

It would be as if I try to set session data.

This is working fine in the local server MAMP, it is not working in my live server.

OK! I have found my solution I have to remove all the spaces from library files, especially from the beginning of all PHP files, this problem fixes


Comments