Help for this page

Select Code to Download


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