|
Posted by Vladimir Ghetau on 09/04/07 06:27
can you add error_reporting (E_ALL) at the begining of the script and
see what happens?
Plus, how about this line:
> mkdir($sessdir, 07777);
Plus, (even if modes are ignored in Windows) it seems the writing
permissions are written incorrectly.
Next thing,
> $sessdir = ini_get('session.save_path')
> ."/session_testing";
Probably session.save_path outputs something like:
> drive:\php_folder\tmp/session_testing
*** see the slashes difference? try to switch the slashes based on the
OS you're using.
Everything should be ok at this step.
Best luck!
Vladimir Ghetau
Navigation:
[Reply to this message]
|