![]() |
Session not working in some pages - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Session not working in some pages (/showthread.php?tid=52659) Pages:
1
2
|
Session not working in some pages - El Forum - 06-21-2012 [eluser]InsiteFX[/eluser] Your using cookie sessions which can only hold 4kb of data. It could be that you are using up the cookie memory storage. 1) What version of CodeIgniter are you using? 2) Are you autoloading the session library? 3) Where are you calling the sessions from controller library etc? Session not working in some pages - El Forum - 06-22-2012 [eluser]Unknown[/eluser] Hi abhinavp, can try to remove whitespace from last line (after } // controller class ). and check it again - many time white space is not suitable for session, because CI session has been used cookies..... |