Due to a windows crash, I recently had to reinstall Apache and PHP. And now my seesions are not working. I get this error :
Warning: open(/tmp/sess_5f976cacdfd6d10e6e9de60fd076cba6, O_RDWR) failed: m (2) in c:\program files\apache group\apache\htdocs\website\index.php on line 2
The local file "index.php" calls session_start()
I've checked my php.ini file to make sure it contains this line :
session.save_path = c:/windows/tmp_php
I'm using "tmp_php" to store the session variables.
Apache is working, as I tested it with the simple php.info command.
Any ideas out there?
Thanks in advance.