session_start() problem
Status: Beta
Brought to you by:
jhnwkmn
PAMP 1.0.1 on my E90 always gives an error when try to start a session in PHP:
ini_set("error_reporting", E_ALL);
ini_set("display_errors", "On");
session_start();
gives this result:
Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: user (path: c:\system\temp) in E:\data\apache\htdocs\test.php
i have tried to change the path c:\system\temp to e:\folder\folder - but same result. to me it looks like php is not able to write the session file. there are no session files in my temp folders.
I have same problem with PAMP 1.0.2 on my E51.
So do I on my E63