Welcome Guest, Not a member yet? Register   Sign In
Session not working in some pages
#11

[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?

#12

[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.....




Theme © iAndrew 2016 - Forum software by © MyBB