chua_jose
14th March 2008, 15:48
Hi,
i have install suPHP, and when i try start-session on script PHP, i recived this error:
Warning: session_start() [function.session-start]: open(/var/lib/php/session/sess_7ue3a95psdsscri4o0e7aeopt7, O_RDWR) failed: Permission denied (13)
If i do
chmod 777 /var/lib/php/session
all work ok.
But can you tell me why the website do not use there own phptmp ?
I checked PHP Safe mode in options of domain.
in my php.in i have
session.save_path = /var/lib/php/session
Thanks
i have install suPHP, and when i try start-session on script PHP, i recived this error:
Warning: session_start() [function.session-start]: open(/var/lib/php/session/sess_7ue3a95psdsscri4o0e7aeopt7, O_RDWR) failed: Permission denied (13)
If i do
chmod 777 /var/lib/php/session
all work ok.
But can you tell me why the website do not use there own phptmp ?
I checked PHP Safe mode in options of domain.
in my php.in i have
session.save_path = /var/lib/php/session
Thanks