in reply to Sessions on Win32

You may be having problems because Apache::Session::File uses file locking which is not supported on Win32 last I heard. If you used Apache::Session::MySQL instead (or Apache::Session::DBI) that would take care of it.