Hi
I am developing a content management system in PHP and i get this error msg:
PHP Notice: session_start() [function.session-start]: ps_files_cleanup_dir: opendir(C:\WINDOWS\Temp) failed: No such file or directory (2) in C:\Inetpub\wwwroot\reztimeout\places.php on line 2
The strange thing is that it only shows up occasionally and i have my session_start declared at the very first line of my page.
Your help is highly appreciated.