- or download this
my $session = new CGI::Session(undef, $request, { Directory => "/tmp"
+});
- or download this
my $session = new CGI::Session(undef, undef, { Directory => "/tmp" });
- or download this
my $session = new CGI::Session(undef, $sid, { Directory => "/tmp" });