Page 1 of 1

Maximum Limit of Session Variables?

Posted: Wed Mar 17, 2004 4:02 am
by shwathi
What is the maximum limit of the number of session variables that are allowed to be used? What is the maximum size limit (storage) of these session variables? Someone help me with atleast an approximate range.

Thanks in advance,
Shwathi :)

Posted: Wed Mar 17, 2004 5:34 am
by patrikG
PHP Manual - Session handling functions wrote:The session support allows you to register arbitrary numbers of variables to be preserved across requests.
All session data is stored in the specified directory (usually "/tmp") - so the quantity of session data you want to store depends on that.