Hi,

I have problem with session it give me Warning if I try use session

This is Warning:

Warning: session_start() [function.session-start]: open(/tmp/php_session/sess_17310e61dd2ea5644ee3ac56f54c33d9, O_RDWR) failed: No such file or directory (2) in /home/st/public_html/includes/functions.php on line 2

I have check on session.save_path is
session.save_path = /tmp/php_session

On my computer is work well but on my site I don't Know how solve this problem .

Thanks

and sorry for my English

    I solve problem 🙂

    This solution :

    I used session_save_path("/tmp");

      Write a Reply...