# a warn message will be send to the user if he forget to logout            # at his last session, if not, then we divert to the host list            if ($profile->{SID}) {               # we cleanup the session directory               if (-e "../../sessions/$profile->{SID}") {                  unlink("../../sessions/$profile->{SID}") or die "BLOONIX-ERROR-102 $profile->{SID}";               }               my $template = HTML::Template->new(filename => '../tmpl/login_warn.tmpl');