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

查看:21
本文介绍了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天全站免登陆