diff options
Diffstat (limited to 'cgi-bin')
-rwxr-xr-x | cgi-bin/mat.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cgi-bin/mat.cgi b/cgi-bin/mat.cgi index 4275478..d6e3d2d 100755 --- a/cgi-bin/mat.cgi +++ b/cgi-bin/mat.cgi @@ -86,6 +86,7 @@ for ($action) { } elsif (/^relocate$/) { if ($session->param('authenticated') eq "yes") { + $session->expire("5y"); cmd_relocate($id, $storage); } else { unauthorized(); |