Re: [PHP] Re: How to best set per-site PHP session storage under suPHP/WordPress?

2012-08-13 Thread Philip Amadeo Saeli
* Ian [2012-08-13 09:50:51 +0100]: > On 13/08/2012 06:01, Philip Amadeo Saeli wrote: > > I'm administering WordPress sites under suPHP on a CentOS LAMP server > > and would like to know how I can set PHP to keep the session files under > > the WP user's dir without having do duplicate the entire p

[PHP] Re: How to best set per-site PHP session storage under suPHP/WordPress?

2012-08-13 Thread Ian
On 13/08/2012 06:01, Philip Amadeo Saeli wrote: > I'm administering WordPress sites under suPHP on a CentOS LAMP server > and would like to know how I can set PHP to keep the session files under > the WP user's dir without having do duplicate the entire php.ini file > for each WP site while still m

[PHP] How to best set per-site PHP session storage under suPHP/WordPress?

2012-08-12 Thread Philip Amadeo Saeli
I'm administering WordPress sites under suPHP on a CentOS LAMP server and would like to know how I can set PHP to keep the session files under the WP user's dir without having do duplicate the entire php.ini file for each WP site while still maintaining adequate security. The problems I'm encounte

Re: [PHP] session storage

2003-01-13 Thread 1LT John W. Holmes
> i am writing a shopping site for training (just out of interest). > > When a user clicks "add to basket" i want to check whether an item with > that id is already in my session ($ALCOHOLE["items"]), if so, redirect > them the the view_cart page, if not then append it to the > $ALCOHOLE["items"] a

[PHP] session storage

2003-01-13 Thread Mat Harris
i am writing a shopping site for training (just out of interest). When a user clicks "add to basket" i want to check whether an item with that id is already in my session ($ALCOHOLE["items"]), if so, redirect them the the view_cart page, if not then append it to the $ALCOHOLE["items"] array as

RE: [PHP] Session storage and the --with-mm option

2001-12-17 Thread Jaime Bozza
al Message- From: John Lim [mailto:[EMAIL PROTECTED]] Sent: Friday, December 14, 2001 9:27 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Session storage and the --with-mm option This doesn't explain why mm is causing such a memory bloat though. Mark, are you storing big arrays as session

Re: [PHP] Session storage and the --with-mm option

2001-12-14 Thread John Lim
lly use shared memory you must modify the option > session.save_handler in the php.ini file. > > Thanks > > Jeremy Allen > > > > > > > > -Original Message- > From: Mark [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 14, 2001 10:38 AM > To: [

RE: [PHP] Session storage and the --with-mm option

2001-12-14 Thread Jeremy Allen
: Friday, December 14, 2001 10:38 AM To: [EMAIL PROTECTED] Subject: [PHP] Session storage and the --with-mm option I'm trying to cut down on the amount of memory that my apache proceeses use, I've noticed that when I have the --with-mm option set when I configure and compile PHP that

[PHP] Session storage and the --with-mm option

2001-12-14 Thread Mark
I'm trying to cut down on the amount of memory that my apache proceeses use, I've noticed that when I have the --with-mm option set when I configure and compile PHP that the apache process goes up by about 40MB or more on the process table: USER PID %CPU %MEM VSZ RSS TTY STAT STA