Page 1 of 1

sessions problem

Posted: Fri Aug 25, 2006 3:13 pm
by jake_vdb
I'm not able to start a session. I get the following error:

Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0

Warning: Unknown: Failed opening '/../test.php' for inclusion (include_path='.:/usr/local/share/pear') in Unknown on line 0


This is what I've been trying to test with:
<?php
session_start();
?>



Any help is appreciated.
-Jake

Posted: Fri Aug 25, 2006 4:02 pm
by volka
invoke <?php phpinfo(); ?>
What does it say for session.save_path
Does it point to a valid directory?
The php process needs read/write permissions for that directory.