[PHP-DEV] Re: Bug #11557 Updated: session,functions

2001-06-20 Thread Vikram-burlee
Hi, this is the snippete and error is " Warning: open(/tmp\sess_e381bf8b6b5aea5756925a218535fdd3, O_RDWR) failed: m (2) in D:\php\vik\test.php on line 2 " Iam not able to use any sessions(do i have to include any files) and also some functions like open... thanks in advance virkam - Origi

Re: [PHP-DEV] Re: Bug #11557 Updated: session,functions

2001-06-20 Thread Andi Gutmans
Do you have a d:/tmp directory? Andi At 09:37 AM 2/9/2001 +0530, Vikram-burlee wrote: >Hi, this is the snippete > >session_start(); >?> >and error is >" >Warning: open(/tmp\sess_e381bf8b6b5aea5756925a218535fdd3, O_RDWR) failed: m >(2) in D:\php\vik\test.php on line 2 >" > >Iam not able to use an