On Fri, 5 Sep 2003 14:40:39 -0700, you wrote:

> I am creating a project for a web hosting control panel and just wondering
>if there is a limit to the amount of variables I can store in a session?  If
>I have too many variables will it create an uneccassary strain on my server?
>What is an average amount of variables that a session should have.
>
>I have a good knowledge of basic PHP but have never worked with sessions
>before.  This project is a learning project and a project because I have yet
>to find what I'm looking for in hosting control panels.

AFAIK, PHP places no constraint on the amount of data stored in a session.

However as with any program, if you use lots of system resources you will
run into OS constraints, or reduce overall system performance.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to