faqts : Computers : Programming : Languages : PHP : Common Problems : Errors

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

50 of 83 people (60%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

Warning session_start()[funktion.session-start]: open(/tmp\sess_...faild no such file or dir(2) why?

Jul 9th, 2004 11:04
Henrik Hansen, christopher Kvarnström, Knud van Eeden,


You need to edit your php.ini file and correct the path for the
directive session.save_path. Your should enter a valid path in your
filesystem, where you want to save temp php session data.