Thursday, November 23, 2006

 

PHP Session Handler


PHP has a fairly well documented bug that causes the following error.

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

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

While the error does not appear on all pages, it can appear at regular
intervals.

Our tests have suggested that the following code at the start of your
session startup will reduce or eliminate the problem.

session_module_name("files");


Comments: Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?