sessions problem
Posted: Fri Aug 25, 2006 3:13 pm
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
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