I see several issues, but the key one is this one in wel.pl
$sid = $cgi->param('login');
You don't retrieve cookie data via the param() method, you retrieve it using the cookie() method.
my $sid = $cgi->cookie('login');
In reply to Re^6: cookie problem
by fishmonger
in thread cookie problem
by bigup401
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |