Welcome Guest, Not a member yet? Register   Sign In
Problem when save a big text in codeigniter session
#1

[eluser]nikos[/eluser]
Hi Guys,

I am facing a serious problem.

When try to save a big text in session then something happened and the current text do not saving to session.

Is there a way to save big text in codeinigter session?

Please help me
#2

[eluser]boltsabre[/eluser]
By default the CI session is saved as a cookie, which has a max size of 4k. You will have to change it and save your session into the database instead. Check out the session page in the user guide, it tells you how to do it.

#3

[eluser]nikos[/eluser]
thanks a lot for your help...

I just find that the codeigniter use cookie and not session.

You are 100% correctly!!

Thanks a lot for you help.
#4

[eluser]boltsabre[/eluser]
No worries champ! And using the DB session solution is a little more secure than the default cookie!




Theme © iAndrew 2016 - Forum software by © MyBB