Page 1 of 1

Getting strange sessions error

Posted: Fri Mar 26, 2004 12:05 pm
by mjseaden
Dear All
Fatal error: session_start(): Failed to initialize storage module. in \\nas09ent\domains\s\XXXX\user\htdocs\run2.php on line 3
This error seems to be occurring randomly, however seems to be more frequent of late.

The session_start() call is at the start of my script, a single script for the whole site, run2.php.

Is there a direct cause of this, and how is it solved?

Many thanks

Mark

Re: Getting strange sessions error

Posted: Fri Mar 26, 2004 12:47 pm
by TheBentinel.com
Here's a link to a webforum discussing the same error:

http://bugs.php.net/bug.php?id=26038

One suggestion was to set this in the php.ini file:

session.save_handler = files


Hope it helps!