Subject: | Expired sesssions do not return so users remain logged in |
There are several session checks in:
sub authen_ses_key {
Like this one:
if ( ( !$tie_result ) || $EVAL_ERROR ) {
However when the check fails, it prints an error to the log but does not
have a return; after the message so the code continues and the user is
allowed access to the secured directory even if the session has been
removed or expired