Here's the updated code:
#!/usr/bin/perl use warnings; use CGI::Session '-ip_match'; use CGI; my $session = CGI::Session->load(); $session->delete(); $session->flush(); my $url = "https://xxxx.xxx"; print "Location: $url \n\n";
2019-03-31 Athanasius changed <h1> to <h3>
In reply to Re^2: CGI::Session cookie won't delete
by underTheRadar
in thread CGI::Session cookie won't delete
by underTheRadar
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |