Beaker has asked for the wisdom of the Perl Monks concerning the following question:
How would I modify this code to complete the task?my $session = CGI::Session->load("driver:File", $session_id, {Dire +ctory=>$datadir.'/members/sessions'}); if ($session) { $session->delete(); $session->flush(); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Delete sessions by parameter using CGI::Session
by poj (Abbot) on Mar 08, 2019 at 08:38 UTC | |
by Beaker (Beadle) on Mar 08, 2019 at 21:03 UTC |