I am using CGI::Session (with files) on a on Win2k machine and I cannot get delete() to work properly. When I'm finished with the session I call delete in the page that wraps-up the program. It doesn't delete the file, but if I do a reload in the browser to execute it again, it does delete it on the second try.
Thoughts?