How do I increase the size of the session framework CodeIgniter?
The standard size is 04 kb
It's got nothing to do with the codeigniter session, 4kb of data is the maximum size a cookie can hold.
To hold more data use a database (see "Saving Session Data to a Database" in http://codeigniter.com/user_guide/libraries/sessions.html).
1.4m articles
1.4m replys
5 comments
57.0k users