Brion Vibber wrote:
Your problem isn't the cookie, it's the temporary files that PHP saves on the server. I couldn't tell you specifically what's appropriate for running on Windows, but you probably want to change the setting for session.save_path in your php.ini. Clearly Unix-style "/tmp" isn't appropriate... "C:\Windows\Temp" maybe?
Having been here in the past, I should note that if you create a C:\tmp, it should work with current settings. I ran into this once on my Windows box.
-- Jake