in reply to CGI Session - not creating session file

Just a quick thought -- try changing:

$destdir = 'd:\web\libsearch';

To:

$destdir = 'd:/web/libsearch';

Not sure, but I'm guessing that File::Spec->tmpdir is returning a path with the forward slashes (/).

Kurt