RE: [PHP] Php session settings

2007-10-06 Thread Jeff Benetti
: Jeff Benetti Cc: php-general@lists.php.net Subject: Re: [PHP] Php session settings I almost always up the memory_limit in the php.ini. Set the memory limit to 16M, or 32M (the default is 8M). You want a higher memory_limit if you're working with big file uploads or creating images with p

Re: [PHP] Php session settings

2007-10-06 Thread Tom Friedhof
TECTED] > *Sent:* October 6, 2007 9:08 AM > *To:* Jeff Benetti > *Cc:* php-general@lists.php.net > *Subject:* Re: [PHP] Php session settings > > Jeff, > > is *memory_limit* > <http://docs.php.net/manual/en/ini.core.php#ini.memory-limit>the one youre > looking

RE: [PHP] Php session settings

2007-10-06 Thread Jeff Benetti
netti Cc: php-general@lists.php.net Subject: Re: [PHP] Php session settings Jeff, is <http://docs.php.net/manual/en/ini.core.php#ini.memory-limit> memory_limit the one youre looking for ? that sounds strange; im sure the default would be appropriate. i would recommend you create a script

Re: [PHP] Php session settings

2007-10-06 Thread Nathan Nobbe
Jeff, is *memory_limit*the one youre looking for ? that sounds strange; im sure the default would be appropriate. i would recommend you create a script to show the current values of the php.ini settings before you start changing them.