On Feb 17, 2004, at 11:27, A Chan wrote:
[client IPaddressgoeshere] PHP Warning: session_start(): open(/tmp\sess_747650f99119aca72bceb23fc4ba046f, O_RDWR) failed: No such file or directory (2) in C:\Program Files\Apache Group\Apache2\htdocs\wiki\Setup.php on line 93
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?
-- brion vibber (brion @ pobox.com)