When I try to do this command:
session_start();
I get a problem that looks like this:
Warning: open(/tmp\sess_7bd86f25d64bc46ff3dacfff5d39506d, O_RDWR) failed: m (2) in c:\www\phpgame\test.php on line 3
What the heck is wrong???
Change the session.save_path in your php.ini to c:\temp or some other writable directory where you want session data stored.