in html source
<input type="text" name="username"/> <input type="password" name="password"/>
and i did as u side
my $cgi = CGI->new(); my $sid = $cgi->cookie('login'); if ( ! $sid ){ print $cgi->redirect(-uri=>"home.pl", -cookie=>$cookie); } else { print $cgi->header(-cookie=>$cookie); }
In reply to Re^9: cookie problem
by bigup401
in thread cookie problem
by bigup401
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |