Ok, so I've installed Apache and PHP on a Windows XP machine. Everything seems to be working except for storing session variables. I'm pretty certain it's because I haven't given IUSR_MachineName write access to the "C:\PHP\sessiondata" directory.
When I load up my page, a session ID is assigned and a file is written to the directory, but the file is 0 bytes.
My question is, how do you give permissions to the sessiondata directory under Windows XP? Right clicking on the folder just brings up the super-dumbed down version of folder properties. It doesn't actually allow me to give permissions to a user in there... at least I can't find it.
Does anybody know how to fix this?