if(my $cryptpass = Intranet::Security::Authenicate($args{'username +'},$args{'password'})) { my $co = new CGI; my $cookie = Intranet::Security::CreateUserCookie($args{'usern +ame'},$cryptpass) || die " Could not create cookie"; print $co->header( -uri=>'/maddenapps/test.cgi', -cookie=>$coo +kie); exit; }
In reply to Re: cookies and redirecting
by Anonymous Monk
in thread cookies and redirecting
by outcast
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |