ID:               25876
 Comment by:       mstuhu at web dot de
 Reported By:      golden at riscom dot com
 Status:           Feedback
 Bug Type:         Session related
 Operating System: freebsd 4.8
 PHP Version:      4.3.3
 New Comment:

I think a comment above sounds most plausible to me:
http://bugs.php.net/bug.php?id=25876#c84131

> Please, provide a short but complete reproduce script.

I guess you'd have to ensure that session.save_handler is set to "user"
by another HTTP child right in the moment before PHP execute another
script with session.save_handler being not set or set to file.
It was almost impossible for me to constantly reproduce this on my
shared hosting environment.


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

[2004-12-27 15:42:27] onno at triptic dot nl

Same symptoms as techtonik pointed out:
http://www.jtag.com/test.php
only one line of code with session_start()
sometimes gives an error and sometimes does not. I'm getting the idea
that maybe the number of users using a session simultaneously is
involved but I have no way to check this since I don't have any access
to the server-logs. I've checked /tmp: it has plenty of free space and
is writeable by the webserver.
info:
http://www.jtag.com/info.php
Doesn't know how long this will stay 4.3.10 because we requested a
migration back to 4.3.9 already.

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

[2004-12-27 14:26:26] onno at triptic dot nl

Nope it didn't help after all, sorry for the previous post

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

[2004-12-27 14:24:03] [EMAIL PROTECTED]

Please, provide a short but complete reproduce script.

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

[2004-12-27 13:40:47] onno at triptic dot nl

In 4.3.10 with apache/linux I had this problem by simply creating my
own session_id and set this using the function session_id(). Not doing
this seemed to have helped.

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

[2004-12-27 13:34:42] mstuhu at web dot de

Same here (PHP 4.3.10 as module on Apache 1.3.26, Redhat Linux) for
Squirrelmail:

Fatal error: session_start(): Failed to initialize storage module: user
(path: /tmp)

"session.save_handler" is "files" by default, however "Registered save
handlers" is "files user".

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/25876

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

Reply via email to