Karen
27-04-04, 11:39 AM
The error message takes the form of:
Warning: session_start() [function.session-start]: open (/tmp\sess_73dcc4ef15ca4a971bdf80043016f891, O_RDWR) failed: No such file or directory (2) in C:\webroot\htdocs\dotproject\index.php on line 14
This is generally a result of the session directory path not being set in your php.ini file.
Make sure the session.save_path configuration setting is correct, for example:
session.save_path = c:\apache\php\tmp
Warning: session_start() [function.session-start]: open (/tmp\sess_73dcc4ef15ca4a971bdf80043016f891, O_RDWR) failed: No such file or directory (2) in C:\webroot\htdocs\dotproject\index.php on line 14
This is generally a result of the session directory path not being set in your php.ini file.
Make sure the session.save_path configuration setting is correct, for example:
session.save_path = c:\apache\php\tmp