理想的PHP会话大小? [英] Ideal PHP Session Size?

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

问题描述

我有一个大约400个字段的PHP表单(抵押应用程序),网站上的访问量很低.

I have a PHP form (mortgage app) that is about 400 fields, traffic on the site will be low.

进入MySQL数据库的400个字段的理想Session大小是多少?

What is the ideal Session size for 400 fields going into a MySQL db?

php.ini中我要设置什么?

我应该设定我想念的任何东西吗?

Anything I should set that I am missing?

推荐答案

会话的大小没有限制,但是PHP可以占用的内存是有限的:

There is no limit to the size of the session, BUT there is a limit to the memory PHP can take: http://ca.php.net/manual/en/ini.core.php#ini.memory-limit

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

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