codeigniter中的会话大小 [英] size of session in codeigniter

查看:104
本文介绍了codeigniter中的会话大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何增加会话框架CodeIgniter的大小?

How do I increase the size of the session framework CodeIgniter?

标准大小为04 kb

The standard size is 04 kb

推荐答案

它与codeigniter会话无关,4kb的数据是一个cookie可以容纳的最大大小。

It's got nothing to do with the codeigniter session, 4kb of data is the maximum size a cookie can hold.

更多数据使用数据库(请参阅 http://codeigniter.com/user_guide/libraries/中的将会话数据保存到数据库 sessions.html )。

To hold more data use a database (see "Saving Session Data to a Database" in http://codeigniter.com/user_guide/libraries/sessions.html).

这篇关于codeigniter中的会话大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆