Re: [PHP] session variables in tmp

2010-06-08 Thread Gerardo Benitez
Hi Stephen,

you can try setting the session path using session_save_path
http://www.php.net/manual/en/function.session-save-path.php.

Gerardo
www.webseficientes.com.ar



On Sat, Jun 5, 2010 at 2:18 AM, Stephen Sunderlin 
stephen.sunder...@verizon.net wrote:

 trying out a CentOS release 5.2 (Final) V4_1_0  on AWS.  Was working fine
 and now it seems that php has stopped writing any session variable to /tmp.
  I was cleaning up the user table in mysql and limiting permissions.   Not
 sure that this would have anything to do with it.  Restarted apache/mysql.
  tmp is  set to drwxrwxrwt  4 root root  4096 Jun  5 00:46 tmp
 PHP 5.2.4
 MySQL 5.0.45
 any thought on where else to look.

 Thanks.

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




-- 
Gerardo Benitez


Re: [PHP] session variables in tmp

2010-06-08 Thread Stephen Sunderlin

Thanks Gerardo.

I send a large dump.sql file to my /tmp dir and filled up the remaining
space so PHP was not able to write any more session variable.  Took me a
little while to figure that one out.

Thanks for your response.




On Tue, 08 Jun 2010 12:00:23 -0400, Gerardo Benitez
gerardobeni...@gmail.com wrote:


Hi Stephen,

you can try setting the session path using session_save_path
http://www.php.net/manual/en/function.session-save-path.php.

Gerardo
www.webseficientes.com.ar



On Sat, Jun 5, 2010 at 2:18 AM, Stephen Sunderlin 
stephen.sunder...@verizon.net wrote:

trying out a CentOS release 5.2 (Final) V4_1_0  on AWS.  Was working  
fine
and now it seems that php has stopped writing any session variable to  
/tmp.
 I was cleaning up the user table in mysql and limiting permissions.
Not
sure that this would have anything to do with it.  Restarted  
apache/mysql.

 tmp is  set to drwxrwxrwt  4 root root  4096 Jun  5 00:46 tmp
PHP 5.2.4
MySQL 5.0.45
any thought on where else to look.

Thanks.

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








--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

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



Re: [PHP] session variables in tmp

2010-06-08 Thread Gerardo Benitez
Ok, that usually happens.

Gerardo
www.webseficientes.com.ar

On Tue, Jun 8, 2010 at 1:48 PM, Stephen Sunderlin 
stephen.sunder...@verizon.net wrote:

 Thanks Gerardo.

 I send a large dump.sql file to my /tmp dir and filled up the remaining
 space so PHP was not able to write any more session variable.  Took me a
 little while to figure that one out.

 Thanks for your response.





 On Tue, 08 Jun 2010 12:00:23 -0400, Gerardo Benitez
 gerardobeni...@gmail.com wrote:

  Hi Stephen,

 you can try setting the session path using session_save_path
 http://www.php.net/manual/en/function.session-save-path.php.

 Gerardo
 www.webseficientes.com.ar



 On Sat, Jun 5, 2010 at 2:18 AM, Stephen Sunderlin 
 stephen.sunder...@verizon.net wrote:

  trying out a CentOS release 5.2 (Final) V4_1_0  on AWS.  Was working fine
 and now it seems that php has stopped writing any session variable to
 /tmp.
  I was cleaning up the user table in mysql and limiting permissions.
 Not
 sure that this would have anything to do with it.  Restarted
 apache/mysql.
  tmp is  set to drwxrwxrwt  4 root root  4096 Jun  5 00:46 tmp
 PHP 5.2.4
 MySQL 5.0.45
 any thought on where else to look.

 Thanks.

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






 --
 Using Opera's revolutionary e-mail client: http://www.opera.com/mail/




-- 
Gerardo Benitez