{ foreach my $p (param()) { warn "param $p = '".param($p)."'\n"; } } # The execution enters this loop in the first pass whereas it should not!!! if (my $session = param('session')) { # returning to pick up session data