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?

52 of 85 people (61%) answered Yes
Recently 9 of 10 people (90%) 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.