Patrick Latour wrote: > Hello, > > I run Apache 1.3.26 on Win2K > > I have a file index.php that use the session_start() function, it work > well on IIS but here is what I got on Apache: > Warning: open(/tmp\sess_92fb623b5c277034e5c7f4b0466ba11f, O_RDWR) failed: > No such file or directory (2) in e:\program files\apache > group\apache\htdocs\index.php on line 2 > > > The file shows correctly, but I see this error message. Any one can help? > > Thanks and regards, > > Patrick Latour > [EMAIL PROTECTED] > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.385 / Virus Database: 217 - Release Date: 9/4/2002
Check the session variables in php.ini - They are ment for linux ... so you have to set a correct session temp directory (see the comments in php.ini) like c:\temp or so (for now its just /tmp which is not windows - like) Regards Bodo -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php