This topic is locked

Session Error

10/20/2005 4:29:21 AM
PHPRunner General questions
author

Good morning,
our phprunner-code shows the data, but also shows the following error:
Warning: session_start(): open(/tmp/php/sess_59b81cddbb4724f11a099c3d81f0c8a3, O_RDWR) failed: No such file or directory (2)
Our internet-provider says, the correct path shoud be

/tmp/php/59b81cddbb4724f11a099c3d81f0c8a3
but we can`t find an error within the code.
What could we change?
Thank you
Guest

admin 10/20/2005

Hi,
this message means that /tmp/php folder either doesn't exists on the server or webserver account doesn't have read/write permissions on it.
Your hosting admin should set up PHP sessions properly or give you clear recomendations on how can you use them on the server.
PHP saves session data in files like "sess_59b81cddbb4724f11a099c3d81f0c8a3" and there is no way change this.