Help for this page

Select Code to Download


  1. or download this
    my $sessid = join("", @chars[ map { rand @chars } (1 .. 20) ]);
    
  2. or download this
    my $q = new CGI;
    my $sessid = $q->cookie('SESSID');
    ...
        print $q->redirect("http://mydomain.org/memberarea/login/");
        exit;
    }