- or download this
#!/usr/bin/perl
...
my $query = new CGI;
print $query->redirect('https://xxxx.xxx/LogIn/index.html');
}
- or download this
#!/usr/bin/perl
...
<a href='cgi-bin/logout.cgi'>Log out</a>
|;
- or download this
#/usr/bin/perl
...
$session->clear(["email"]);
$session->delete();