ID:               17451
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Session related
 Operating System: Linux 2.4.17
 PHP Version:      4.2.1
 New Comment:

it seems that php sometimes ignores session.save_path and tries to save
the session in the default path "/tmp".
i've set the path to another temp directory on my windows pc.
"/tmp" exists on my linux pc but not on the windows pc. the script
which uses session_start crashes sometimes on my windows pc (also i've
changed the path).
my php-debugger ALWAYS shows a warning that "/tmp" doesn't exist.


Previous Comments:
------------------------------------------------------------------------

[2002-05-27 07:24:34] [EMAIL PROTECTED]

i'm using apache 1.3.24 with php 4.2.1.

session_start sometimes takes too long and i get a timeout.
i've tryed to set the max. execution time for php higher then 30
seconds (60,90,...).
i've tryed to change rights for /tmp, running apache with another user
and and and... i tryed different php-session settings. i don't do
anything before i call session_start.
an apache restart sometimes help but not always. also it seems the
problem appears only after several hours.
i don't get any error or warning message in my log files.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=17451&edit=1

Reply via email to