in reply to Regarding session path
# Untested my $tempdir = $ENV{TEMP} || $ENV{TMP} || die "No tempdir"; $session = new CGI::Session(undef, $cgi, { Directory => $tempdir }); [download]