Help for this page

Select Code to Download


  1. or download this
    sub SetUserSessionCookie
    {    
    ...
        my $sessioncookie = new CGI::Cookie(-name=>$sname,-value=>$sid,-ex
    +pires=>$session_cookie_timeout,-path=>'/cgi-bin',-domain=>$domain,-se
    +cure=>1);
        print header(-Cookie=>[$sessioncookie],-type=>"text/html");
    }
    
  2. or download this
           warn("Hash evaluation succeded - $passhash = $passhash1 : $sess
    +iondata2 = $sessiondata2md5p");
           my $timein = time();
    ...
           return 3;
        }